29 #ifndef CDPL_BIOMOL_MMTFMOLECULEREADER_HPP
30 #define CDPL_BIOMOL_MMTFMOLECULEREADER_HPP
48 template class __declspec(dllimport) Base::DataReader<Chem::Molecule>;
84 bool skipData(std::istream&);
85 bool moreData(std::istream&);
87 typedef std::unique_ptr<MMTFDataReader> MMTFDataReaderPtr;
89 MMTFDataReaderPtr reader;
Definition of the preprocessor macro CDPL_BIOMOL_API.
#define CDPL_BIOMOL_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 molecule data in the Macromolecular Transmission Format (MMTF) [MMTF].
Definition: MMTFMoleculeReader.hpp:61
~MMTFMoleculeReader()
Destructor.
MMTFMoleculeReader(std::istream &is)
Constructs a MMTFMoleculeReader instance that will read molecule data from the input stream is.
MMTFMoleculeReader(const MMTFMoleculeReader &)=delete
MMTFMoleculeReader & operator=(const MMTFMoleculeReader &)=delete
Molecule.
Definition: Molecule.hpp:49
The namespace of the Chemical Data Processing Library.