![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
Handler for the input of pharmacophore data in the CDPL PSD-format. More...
#include <PSDPharmacophoreInputHandler.hpp>
Inheritance diagram for CDPL::Pharm::PSDPharmacophoreInputHandler:Public Member Functions | |
| const Base::DataFormat & | getDataFormat () const |
| Returns the data format advertised by this handler (Pharm::DataFormat::PSD). More... | |
| ReaderType::SharedPointer | createReader (std::istream &is) const |
| Creates a Pharm::PSDPharmacophoreReader that reads from the input stream is. More... | |
| ReaderType::SharedPointer | createReader (const std::string &file_name, std::ios_base::openmode mode) const |
| Creates a Pharm::PSDPharmacophoreReader that reads from the file file_name. More... | |
Public Member Functions inherited from CDPL::Base::DataInputHandler< Pharmacophore > | |
| virtual | ~DataInputHandler () |
| Virtual destructor. More... | |
Additional Inherited Members | |
Public Types inherited from CDPL::Base::DataInputHandler< Pharmacophore > | |
| typedef DataReader< Pharmacophore > | ReaderType |
| typedef std::shared_ptr< DataInputHandler > | SharedPointer |
Handler for the input of pharmacophore data in the CDPL PSD-format.
|
virtual |
Returns the data format advertised by this handler (Pharm::DataFormat::PSD).
const reference to the PSD Base::DataFormat instance. Implements CDPL::Base::DataInputHandler< Pharmacophore >.
|
virtual |
Creates a Pharm::PSDPharmacophoreReader that reads from the input stream is.
| is | The input stream to read from. |
Implements CDPL::Base::DataInputHandler< Pharmacophore >.
|
virtual |
Creates a Pharm::PSDPharmacophoreReader that reads from the file file_name.
| file_name | The input file to read from. |
| mode | The open mode of the underlying file stream. |
Implements CDPL::Base::DataInputHandler< Pharmacophore >.