29 #ifndef CDPL_GRID_CDFDREGULARGRIDREADER_HPP
30 #define CDPL_GRID_CDFDREGULARGRIDREADER_HPP
45 class CDFRegularGridDataReader;
73 bool readData(std::istream&,
DRegularGrid&,
bool overwrite);
74 bool skipData(std::istream&);
75 bool moreData(std::istream&);
77 typedef std::unique_ptr<CDFRegularGridDataReader> CDFDataReaderPtr;
79 CDFDataReaderPtr reader;
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.
Definition of the class CDPL::Util::StreamDataReader.
A reader for spatial regular grid data in the native I/O format of the CDPL.
Definition: CDFDRegularGridReader.hpp:51
CDFDRegularGridReader & operator=(const CDFDRegularGridReader &)=delete
CDFDRegularGridReader(const CDFDRegularGridReader &)=delete
~CDFDRegularGridReader()
Destructor.
CDFDRegularGridReader(std::istream &is)
Constructs a CDFDRegularGridReader instance that will read the pharmacophore data from the input stre...
RegularGrid.
Definition: RegularGrid.hpp:48
A helper class that implements Base::DataReader for std::istream based data readers.
Definition: StreamDataReader.hpp:73
The namespace of the Chemical Data Processing Library.