29 #ifndef CDPL_PHARM_FEATURE_HPP
30 #define CDPL_PHARM_FEATURE_HPP
Definition of the class CDPL::Chem::Entity3D.
Definition of the preprocessor macro CDPL_PHARM_API.
#define CDPL_PHARM_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Entity3D.
Definition: Entity3D.hpp:46
Feature.
Definition: Feature.hpp:48
virtual ~Feature()
Virtual destructor.
Definition: Feature.hpp:80
virtual const Pharmacophore & getPharmacophore() const =0
Returns a const reference to the parent pharmacophore.
virtual std::size_t getIndex() const =0
Returns the index of the feature in its parent pharmacophore.
virtual Pharmacophore & getPharmacophore()=0
Returns a non-const reference to the parent pharmacophore.
Feature & operator=(const Feature &feature)
Assignment operator that replaces the current set of properties with the properties of feature;.
Pharmacophore.
Definition: Pharmacophore.hpp:48
The namespace of the Chemical Data Processing Library.