Chemical Data Processing Library C++ API - Version 1.1.1
|
A handler for the input of pharmacophore data in the PSD-format of the CDPL. More...
#include <PSDPharmacophoreInputHandler.hpp>
Public Member Functions | |
const Base::DataFormat & | getDataFormat () const |
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... | |
virtual const DataFormat & | getDataFormat () const=0 |
Returns a Base::DataFormat object that provides information about the handled input data format. 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.
const Base::DataFormat& CDPL::Pharm::PSDPharmacophoreInputHandler::getDataFormat | ( | ) | const |
|
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 >.