|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
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;
84 #endif // CDPL_GRID_CDFDREGULARGRIDREADER_HPP
A reader for spatial regular grid data in the native I/O format of the CDPL.
Definition: CDFDRegularGridReader.hpp:51
Definition of the preprocessor macro CDPL_GRID_API.
Definition of a regular spatial grid data type.
CDFDRegularGridReader(std::istream &is)
Constructs a CDFDRegularGridReader instance that will read the pharmacophore data from the input stre...
#define CDPL_GRID_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
The namespace of the Chemical Data Processing Library.
RegularGrid.
Definition: RegularGrid.hpp:48
Definition of the class CDPL::Util::StreamDataReader.
A helper class that implements Base::DataReader for std::istream based data readers.
Definition: StreamDataReader.hpp:73
~CDFDRegularGridReader()
Destructor.