|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_GRID_CDFDREGULARGRIDWRITER_HPP
30 #define CDPL_GRID_CDFDREGULARGRIDWRITER_HPP
46 class CDFRegularGridDataWriter;
74 operator const void*()
const;
78 typedef std::unique_ptr<CDFRegularGridDataWriter> CDFDataWriterPtr;
86 CDFDataWriterPtr writer;
91 #endif // CDPL_GRID_CDFDREGULARGRIDWRITER_HPP
Definition of the class CDPL::Base::DataWriter.
CDFDRegularGridWriter(std::ostream &os)
Constructs a CDFDRegularGridWriter instance that will write data of spatial regular grids to the outp...
Base::DataWriter< DRegularGrid > & write(const DRegularGrid &grid)
Writes data of the spatial regular grid grid to the output stream specified in the constructor.
~CDFDRegularGridWriter()
Destructor.
Definition of the preprocessor macro CDPL_GRID_API.
Definition of a regular spatial grid data type.
#define CDPL_GRID_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
The namespace of the Chemical Data Processing Library.
RegularGrid.
Definition: RegularGrid.hpp:48
A writer for spatial regular grid data in the native I/O format of the CDPL.
Definition: CDFDRegularGridWriter.hpp:52
An interface for writing data objects of a given type to an arbitrary data sink.
Definition: DataWriter.hpp:63