|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_PHARM_FEATURE_HPP
30 #define CDPL_PHARM_FEATURE_HPP
85 #endif // CDPL_PHARM_FEATURE_HPP
Definition of the preprocessor macro CDPL_PHARM_API.
virtual ~Feature()
Virtual destructor.
Definition: Feature.hpp:80
#define CDPL_PHARM_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
virtual Pharmacophore & getPharmacophore()=0
Returns a non-const reference to the parent pharmacophore.
virtual const Pharmacophore & getPharmacophore() const =0
Returns a const reference to the parent pharmacophore.
Definition of the class CDPL::Chem::Entity3D.
Pharmacophore.
Definition: Pharmacophore.hpp:48
The namespace of the Chemical Data Processing Library.
virtual std::size_t getIndex() const =0
Returns the index of the feature in its parent pharmacophore.
Feature.
Definition: Feature.hpp:48
Entity3D.
Definition: Entity3D.hpp:46