29 #ifndef CDPL_PHARM_FEATURE_HPP
30 #define CDPL_PHARM_FEATURE_HPP
Definition of 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.
Base class for objects that have a position in 3D space (e.g. Chem::Atom and Chem::Feature).
Definition: Entity3D.hpp:46
Abstract base class representing a single pharmacophore feature within a parent Pharm::Pharmacophore.
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;.
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.