![]() |
Chemical Data Processing Library C++ API - Version 1.2.3
|
A handler for the input of pharmacophore data in the PSD-format of the CDPL. More...
#include <PSDPharmacophoreInputHandler.hpp>
Inheritance diagram for CDPL::Pharm::PSDPharmacophoreInputHandler:Public Member Functions | |
| const Base::DataFormat & | getDataFormat () const |
| Returns a Base::DataFormat object that provides information about the handled input data format. More... | |
| ReaderType::SharedPointer | createReader (std::istream &is) const |
| Creates a Base::DataReader instance that will read the data from the input stream is. More... | |
| ReaderType::SharedPointer | createReader (const std::string &file_name, std::ios_base::openmode mode) const |
| Creates a Base::DataReader instance that will read the data from the file specified by 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 |
A handler for the input of pharmacophore data in the PSD-format of the CDPL.
|
virtual |
Returns a Base::DataFormat object that provides information about the handled input data format.
Implements CDPL::Base::DataInputHandler< Pharmacophore >.
|
virtual |
Creates a Base::DataReader instance that will read the data from the input stream is.
| is | The input stream to read from. |
Implements CDPL::Base::DataInputHandler< Pharmacophore >.
|
virtual |
Creates a Base::DataReader instance that will read the data from the file specified by file_name.
| file_name | The full path of the file to read from. |
| mode | Flags specifying the file open-mode. |
Implements CDPL::Base::DataInputHandler< Pharmacophore >.