29 #ifndef CDPL_PHARM_BASICFEATURE_HPP
30 #define CDPL_PHARM_BASICFEATURE_HPP
42 class BasicPharmacophore;
78 using Feature::operator=;
87 void setIndex(std::size_t idx);
Definition of class CDPL::Pharm::Feature.
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.
Pharm::Feature implementation owned by a Pharm::BasicPharmacophore parent.
Definition: BasicFeature.hpp:48
std::size_t getIndex() const
Returns the zero-based index of this feature within its parent pharmacophore.
Pharmacophore & getPharmacophore()
Returns the parent Pharm::BasicPharmacophore that owns this feature.
BasicFeature & operator=(const BasicFeature &feature)
Assignment operator that replaces the current set of properties with the properties of feature;.
const Pharmacophore & getPharmacophore() const
Returns the parent Pharm::BasicPharmacophore that owns this feature.
Concrete Pharm::Pharmacophore implementation that owns its features as Pharm::BasicFeature instances ...
Definition: BasicPharmacophore.hpp:53
Abstract base class representing a single pharmacophore feature within a parent Pharm::Pharmacophore.
Definition: Feature.hpp:48
Abstract base class for mutable containers of Pharm::Feature instances representing a pharmacophore m...
Definition: Pharmacophore.hpp:53
The namespace of the Chemical Data Processing Library.