|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_PHARM_BASICFEATURE_HPP
30 #define CDPL_PHARM_BASICFEATURE_HPP
42 class BasicPharmacophore;
66 using Feature::operator=;
75 void setIndex(std::size_t idx);
83 #endif // CDPL_PHARM_BASICFEATURE_HPP
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.
BasicFeature.
Definition: BasicFeature.hpp:48
Definition of the class CDPL::Pharm::Feature.
BasicFeature & operator=(const BasicFeature &feature)
Assignment operator that replaces the current set of properties with the properties of feature;.
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.
Pharmacophore.
Definition: Pharmacophore.hpp:48
BasicPharmacophore.
Definition: BasicPharmacophore.hpp:52
The namespace of the Chemical Data Processing Library.
const Pharmacophore & getPharmacophore() const
Returns a const reference to the parent pharmacophore.
Feature.
Definition: Feature.hpp:48