29 #ifndef CDPL_PHARM_BASICFEATURE_HPP
30 #define CDPL_PHARM_BASICFEATURE_HPP
42 class BasicPharmacophore;
68 using Feature::operator=;
77 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.
Default implementation of the Pharm::Feature interface.
Definition: BasicFeature.hpp:50
std::size_t getIndex() const
Returns the index of the feature in its parent pharmacophore.
Pharmacophore & getPharmacophore()
Returns a non-const reference to the parent pharmacophore.
BasicFeature & operator=(const BasicFeature &feature)
Assignment operator that replaces the current set of properties with the properties of feature.
const Pharmacophore & getPharmacophore() const
Returns a const reference to the parent pharmacophore.
Default implementation of the Pharm::Pharmacophore interface.
Definition: BasicPharmacophore.hpp:56
Abstract base class representing a single pharmacophore feature.
Definition: Feature.hpp:48
Abstract base class for mutable containers of Pharm::Feature instances representing a pharmacophore m...
Definition: Pharmacophore.hpp:52
The namespace of the Chemical Data Processing Library.