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