29 #ifndef CDPL_PHARM_CDFPHARMACOPHOREREADER_HPP
30 #define CDPL_PHARM_CDFPHARMACOPHOREREADER_HPP
44 class CDFPharmacophoreDataReader;
74 bool skipData(std::istream&);
75 bool moreData(std::istream&);
77 typedef std::unique_ptr<CDFPharmacophoreDataReader> CDFDataReaderPtr;
79 CDFDataReaderPtr reader;
Definition of the preprocessor macro CDPL_PHARM_API.
#define CDPL_PHARM_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Definition of the class CDPL::Util::StreamDataReader.
A reader for pharmacophore data in the native I/O format of the CDPL.
Definition: CDFPharmacophoreReader.hpp:51
CDFPharmacophoreReader(const CDFPharmacophoreReader &)=delete
CDFPharmacophoreReader & operator=(const CDFPharmacophoreReader &)=delete
CDFPharmacophoreReader(std::istream &is)
Constructs a CDFPharmacophoreReader instance that will read the pharmacophore data from the input str...
~CDFPharmacophoreReader()
Destructor.
Pharmacophore.
Definition: Pharmacophore.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.