#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 |
Definition at line 14 of file ChemicalFeature.h.
| ChemicalFeatures::ChemicalFeature::ChemicalFeature | ( | ) | [inline] |
Definition at line 16 of file ChemicalFeature.h.
| virtual ChemicalFeatures::ChemicalFeature::~ChemicalFeature | ( | ) | [inline, virtual] |
Definition at line 17 of file ChemicalFeature.h.
| virtual const std::string& ChemicalFeatures::ChemicalFeature::getType | ( | ) | const [pure virtual] |
Implemented in RDKit::MolChemicalFeature, and ChemicalFeatures::FreeChemicalFeature.
| 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.
1.5.3