|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_GRID_CDFDREGULARGRIDSETREADER_HPP
30 #define CDPL_GRID_CDFDREGULARGRIDSETREADER_HPP
45 class CDFRegularGridSetDataReader;
74 bool skipData(std::istream&);
75 bool moreData(std::istream&);
77 typedef std::unique_ptr<CDFRegularGridSetDataReader> CDFDataReaderPtr;
79 CDFDataReaderPtr reader;
84 #endif // CDPL_GRID_CDFDREGULARGRIDSETREADER_HPP
Definition of the class CDPL::Grid::RegularGridSet.
Definition of the preprocessor macro CDPL_GRID_API.
~CDFDRegularGridSetReader()
Destructor.
#define CDPL_GRID_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
CDFDRegularGridSetReader(std::istream &is)
Constructs a CDFDRegularGridSetReader instance that will read the pharmacophore data from the input s...
The namespace of the Chemical Data Processing Library.
Definition of the class CDPL::Util::StreamDataReader.
A helper class that implements Base::DataReader for std::istream based data readers.
Definition: StreamDataReader.hpp:73
RegularGridSet.
Definition: RegularGridSet.hpp:47
A reader for spatial regular grid set data in the native I/O format of the CDPL.
Definition: CDFDRegularGridSetReader.hpp:51