29 #ifndef CDPL_GRID_CDFDREGULARGRIDSETWRITER_HPP
30 #define CDPL_GRID_CDFDREGULARGRIDSETWRITER_HPP
46 class CDFRegularGridSetDataWriter;
78 operator const void*()
const;
82 typedef std::unique_ptr<CDFRegularGridSetDataWriter> CDFDataWriterPtr;
86 CDFDataWriterPtr writer;
Definition of the class CDPL::Base::DataWriter.
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.
Definition of the class CDPL::Grid::RegularGridSet.
An interface for writing data objects of a given type to an arbitrary data sink.
Definition: DataWriter.hpp:63
A writer for spatial regular grid set data in the native I/O format of the CDPL.
Definition: CDFDRegularGridSetWriter.hpp:52
CDFDRegularGridSetWriter(const CDFDRegularGridSetWriter &)=delete
bool operator!() const
Tells whether the writer is in a bad state.
CDFDRegularGridSetWriter & operator=(const CDFDRegularGridSetWriter &)=delete
~CDFDRegularGridSetWriter()
Destructor.
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(std::ostream &os)
Constructs a CDFDRegularGridSetWriter instance that will write data of spatial regular grids to the o...
RegularGridSet.
Definition: RegularGridSet.hpp:47
The namespace of the Chemical Data Processing Library.