29 #ifndef CDPL_GRID_CDFDREGULARGRIDSETWRITER_HPP
30 #define CDPL_GRID_CDFDREGULARGRIDSETWRITER_HPP
46 class CDFRegularGridSetDataWriter;
82 operator const void*()
const;
91 typedef std::unique_ptr<CDFRegularGridSetDataWriter> CDFDataWriterPtr;
95 CDFDataWriterPtr writer;
Definition of 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 class CDPL::Grid::RegularGridSet.
Interface for writing data objects of a given type to an arbitrary data sink.
Definition: DataWriter.hpp:63
Writer for regular spatial 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 (non-writable) state.
CDFDRegularGridSetWriter & operator=(const CDFDRegularGridSetWriter &)=delete
~CDFDRegularGridSetWriter()
Destructor.
Base::DataWriter< DRegularGridSet > & write(const DRegularGridSet &grid_set)
Writes data of the regular spatial 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 regular spatial grids to the o...
Indirected array of dynamically allocated Grid::RegularGrid instances.
Definition: RegularGridSet.hpp:49
The namespace of the Chemical Data Processing Library.