29 #ifndef CDPL_GRID_CUBEDREGULARGRIDWRITER_HPP
30 #define CDPL_GRID_CUBEDREGULARGRIDWRITER_HPP
83 operator const void*()
const;
92 typedef std::unique_ptr<CUBEDataWriter> CUBEDataWriterPtr;
96 CUBEDataWriterPtr 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 a regular spatial grid data type.
Interface for writing data objects of a given type to an arbitrary data sink.
Definition: DataWriter.hpp:63
Writer for regular spatial grid data in the Gaussian CUBE [CUBE] format.
Definition: CUBEDRegularGridWriter.hpp:53
Base::DataWriter< DRegularGrid > & write(const DRegularGrid &grid)
Writes data of the regular spatial grid grid to the output stream specified in the constructor.
CUBEDRegularGridWriter(std::ostream &os)
Constructs a CUBEDRegularGridWriter instance that will write data of regular spatial grids to the out...
CUBEDRegularGridWriter(const CUBEDRegularGridWriter &)=delete
CUBEDRegularGridWriter & operator=(const CUBEDRegularGridWriter &)=delete
bool operator!() const
Tells whether the writer is in a bad (non-writable) state.
~CUBEDRegularGridWriter()
Destructor.
Implementation of the Grid::SpatialGrid interface for regular spatial grids.
Definition: RegularGrid.hpp:55
The namespace of the Chemical Data Processing Library.