29 #ifndef CDPL_GRID_CUBEDREGULARGRIDWRITER_HPP
30 #define CDPL_GRID_CUBEDREGULARGRIDWRITER_HPP
79 operator const void*()
const;
83 typedef std::unique_ptr<CUBEDataWriter> CUBEDataWriterPtr;
87 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.
An interface for writing data objects of a given type to an arbitrary data sink.
Definition: DataWriter.hpp:63
A 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 state.
~CUBEDRegularGridWriter()
Destructor.
RegularGrid.
Definition: RegularGrid.hpp:48
The namespace of the Chemical Data Processing Library.