abstract base class for chemical feature More...
#include <ChemicalFeature.h>
Public Member Functions | |
| ChemicalFeature () | |
| virtual | ~ChemicalFeature () |
| virtual const std::string & | getType () const =0 |
| virtual const std::string & | getFamily () const =0 |
| virtual RDGeom::Point3D | getPos () const =0 |
abstract base class for chemical feature
Definition at line 18 of file ChemicalFeature.h.
| ChemicalFeatures::ChemicalFeature::ChemicalFeature | ( | ) | [inline] |
Definition at line 20 of file ChemicalFeature.h.
| virtual ChemicalFeatures::ChemicalFeature::~ChemicalFeature | ( | ) | [inline, virtual] |
Definition at line 21 of file ChemicalFeature.h.
| virtual const std::string& ChemicalFeatures::ChemicalFeature::getFamily | ( | ) | const [pure virtual] |
Implemented in RDKit::MolChemicalFeature, and ChemicalFeatures::FreeChemicalFeature.
| virtual RDGeom::Point3D ChemicalFeatures::ChemicalFeature::getPos | ( | ) | const [pure virtual] |
Implemented in RDKit::MolChemicalFeature, and ChemicalFeatures::FreeChemicalFeature.
| virtual const std::string& ChemicalFeatures::ChemicalFeature::getType | ( | ) | const [pure virtual] |
Implemented in RDKit::MolChemicalFeature, and ChemicalFeatures::FreeChemicalFeature.
1.7.1