|
| BasicPharmacophore () |
| Constructs an empty BasicPharmacophore instance. More...
|
|
| BasicPharmacophore (const BasicPharmacophore &pharm) |
| Constructs a copy of the BasicPharmacophore instance pharm. More...
|
|
| BasicPharmacophore (const Pharmacophore &pharm) |
| Constructs a copy of the Pharm::Pharmacophore instance pharm. More...
|
|
| BasicPharmacophore (const FeatureContainer &cntnr) |
| Constructs a BasicPharmacophore instance with copies of the features in the Pharm::FeatureContainer instance cntnr. More...
|
|
| ~BasicPharmacophore () |
| Destructor. More...
|
|
void | clear () |
| Removes all features and clears all properties of the pharmacophore. More...
|
|
std::size_t | getNumFeatures () const |
| Returns the number of pharmacophore features. More...
|
|
ConstFeatureIterator | getFeaturesBegin () const |
| Returns a constant iterator pointing to the beginning of the features. More...
|
|
FeatureIterator | getFeaturesBegin () |
| Returns a mutable iterator pointing to the beginning of the features. More...
|
|
ConstFeatureIterator | getFeaturesEnd () const |
| Returns a constant iterator pointing to the end of the features. More...
|
|
FeatureIterator | getFeaturesEnd () |
| Returns a mutable iterator pointing to the end of the features. More...
|
|
const BasicFeature & | getFeature (std::size_t idx) const |
| Returns a const reference to the pharmacophore feature at index idx. More...
|
|
BasicFeature & | getFeature (std::size_t idx) |
| Returns a non-const reference to the pharmacophore feature at index idx. More...
|
|
BasicFeature & | addFeature () |
| Creates a new pharmacophore feature and adds it to the pharmacophore. More...
|
|
void | removeFeature (std::size_t idx) |
| Removes the pharmacophore feature at the specified index. More...
|
|
FeatureIterator | removeFeature (const FeatureIterator &it) |
| Removes the feature specified by the iterator it. More...
|
|
bool | containsFeature (const Feature &feature) const |
| Tells whether the specified feature instance is stored in this pharmacophore. More...
|
|
std::size_t | getFeatureIndex (const Feature &feature) const |
| Returns the index of the specified feature in this pharmacophore. More...
|
|
BasicPharmacophore & | operator= (const BasicPharmacophore &pharm) |
| Replaces the current set of features by a copy of the features and properties of the pharmacophore pharm. More...
|
|
BasicPharmacophore & | operator+= (const BasicPharmacophore &pharm) |
| Extends the current set of features by a copy of the features in the pharmacophore pharm. More...
|
|
Pharmacophore::SharedPointer | clone () const |
| Creates a copy of the current pharmacophore state. More...
|
|
void | copy (const BasicPharmacophore &pharm) |
| Replaces the current set of features and properties by a copy of the features and properties of the pharmacophore pharm. More...
|
|
void | copy (const Pharmacophore &pharm) |
| Replaces the current set of pharmacophore features and properties by a copy of the features and properties of the pharmacophore pharm. More...
|
|
void | copy (const FeatureContainer &cntnr) |
| Replaces the current set of pharmacophore features and properties by a copy of the features and properties of the feature container cntnr. More...
|
|
void | append (const BasicPharmacophore &pharm) |
| Extends the current set of features by a copy of the features in the pharmacophore pharm. More...
|
|
void | append (const Pharmacophore &pharm) |
| Extends the current set of pharmacophore features by a copy of the features in the pharmacophore pharm. More...
|
|
void | append (const FeatureContainer &cntnr) |
| Extends the current set of pharmacophore features by a copy of the features in the feature container cntnr. More...
|
|
void | remove (const FeatureContainer &cntnr) |
| Removes the pharmacophore features referenced by the feature container cntnr from this Pharmacophore instance. More...
|
|
Pharmacophore & | operator= (const Pharmacophore &pharm) |
| Replaces the current set of pharmacophore features and properties by a copy of the features and properties of the pharmacophore pharm. More...
|
|
Pharmacophore & | operator= (const FeatureContainer &cntnr) |
| Replaces the current set of pharmacophore features and properties by a copy of the features and properties of the feature container cntnr. More...
|
|
Pharmacophore & | operator+= (const Pharmacophore &pharm) |
| Extends the current set of pharmacophore features by a copy of the features in the pharmacophore pharm. More...
|
|
Pharmacophore & | operator+= (const FeatureContainer &cntnr) |
| Extends the current set of pharmacophore features by a copy of the features in the feature container cntnr. More...
|
|
virtual | ~Pharmacophore () |
| Virtual destructor. More...
|
|
FeatureIterator | removeFeature (const FeatureIterator &it) |
| Removes the pharmacophore feature specified by the iterator it. More...
|
|
Pharmacophore & | operator= (const Pharmacophore &pharm) |
| Replaces the current set of pharmacophore features and properties by a copy of the features and properties of the pharmacophore pharm. More...
|
|
Pharmacophore & | operator= (const FeatureContainer &cntnr) |
| Replaces the current set of pharmacophore features and properties by a copy of the features and properties of the feature container cntnr. More...
|
|
Pharmacophore & | operator+= (const Pharmacophore &pharm) |
| Extends the current set of pharmacophore features by a copy of the features in the pharmacophore pharm. More...
|
|
Pharmacophore & | operator+= (const FeatureContainer &cntnr) |
| Extends the current set of pharmacophore features by a copy of the features in the feature container cntnr. More...
|
|
Pharmacophore & | operator-= (const FeatureContainer &cntnr) |
| Removes the pharmacophore features referenced by the feature container cntnr from this Pharmacophore instance. More...
|
|
ConstFeatureIterator | getFeaturesBegin () const |
| Returns a constant iterator pointing to the beginning of the stored const Pharm::Feature objects. More...
|
|
FeatureIterator | getFeaturesBegin () |
| Returns a mutable iterator pointing to the beginning of the stored Pharm::Feature objects. More...
|
|
ConstFeatureIterator | getFeaturesEnd () const |
| Returns a constant iterator pointing to the end of the stored const Pharm::Feature objects. More...
|
|
FeatureIterator | getFeaturesEnd () |
| Returns a mutable iterator pointing to the end of the stored Pharm::Feature objects. More...
|
|
virtual | ~FeatureContainer () |
| Virtual destructor. More...
|
|
ConstFeatureIterator | getFeaturesBegin () const |
| Returns a constant iterator pointing to the beginning of the stored const Pharm::Feature objects. More...
|
|
ConstFeatureIterator | getFeaturesEnd () const |
| Returns a constant iterator pointing to the end of the stored const Pharm::Feature objects. More...
|
|
FeatureIterator | getFeaturesBegin () |
| Returns a mutable iterator pointing to the beginning of the stored Pharm::Feature objects. More...
|
|
FeatureIterator | getFeaturesEnd () |
| Returns a mutable iterator pointing to the end of the stored Pharm::Feature objects. More...
|
|
ConstFeatureIterator | begin () const |
| Returns a constant iterator pointing to the beginning of the stored const Pharm::Feature objects. More...
|
|
ConstFeatureIterator | end () const |
| Returns a constant iterator pointing to the end of the stored const Pharm::Feature objects. More...
|
|
FeatureIterator | begin () |
| Returns a mutable iterator pointing to the beginning of the stored Pharm::Feature objects. More...
|
|
FeatureIterator | end () |
| Returns a mutable iterator pointing to the end of the stored Pharm::Feature objects. More...
|
|
virtual std::size_t | getNumEntities () const |
| Returns the number of stored Chem::Entity3D objects. More...
|
|
virtual const Chem::Entity3D & | getEntity (std::size_t idx) const |
| Returns a const reference to the Chem::Entity3D instance at index idx. More...
|
|
virtual Chem::Entity3D & | getEntity (std::size_t idx) |
| Returns a non-const reference to the entity at index idx. More...
|
|
ConstEntityIterator | getEntitiesBegin () const |
| Returns a constant iterator pointing to the beginning of the stored const Chem::Entity3D objects. More...
|
|
ConstEntityIterator | getEntitiesEnd () const |
| Returns a constant iterator pointing to the end of the stored const Chem::Entity3D objects. More...
|
|
EntityIterator | getEntitiesBegin () |
| Returns a mutable iterator pointing to the beginning of the stored Chem::Entity3D objects. More...
|
|
EntityIterator | getEntitiesEnd () |
| Returns a mutable iterator pointing to the end of the stored Chem::Entity3D objects. More...
|
|
ConstEntityIterator | begin () const |
| Returns a constant iterator pointing to the beginning of the stored const Chem::Entity3D objects. More...
|
|
ConstEntityIterator | end () const |
| Returns a constant iterator pointing to the end of the stored const Chem::Entity3D objects. More...
|
|
EntityIterator | begin () |
| Returns a mutable iterator pointing to the beginning of the stored Chem::Entity3D objects. More...
|
|
EntityIterator | end () |
| Returns a mutable iterator pointing to the end of the stored Chem::Entity3D objects. More...
|
|
const Entity3DContainer & | getEntities () const |
| Returns a const reference to itself. More...
|
|
Entity3DContainer & | getEntities () |
| Returns a reference to itself. More...
|
|
std::size_t | getNumProperties () const |
| Returns the number of property entries. More...
|
|
template<typename T > |
void | setProperty (const LookupKey &key, T &&val) |
| Sets the value of the property specified by key to val. More...
|
|
template<typename T > |
const T & | getProperty (const LookupKey &key) const |
| Returns the value of the property specified by key as a const reference to an object of type T. More...
|
|
template<typename T > |
const T & | getPropertyOrDefault (const LookupKey &key, const T &def_val) const |
| Returns the value of the property specified by key as a const reference to an object of type T, or the default value def_val if a stored value does not exist. More...
|
|
const Any & | getProperty (const LookupKey &key, bool throw_=false) const |
| Returns the value of the property specified by key. More...
|
|
bool | isPropertySet (const LookupKey &key) const |
| Tells whether or not a value has been assigned to the property specified by key. More...
|
|
ConstPropertyIterator | getPropertiesBegin () const |
| Returns a constant iterator pointing to the beginning of the property entries. More...
|
|
ConstPropertyIterator | getPropertiesEnd () const |
| Returns a constant iterator pointing to the end of the property entries. More...
|
|
ConstPropertyIterator | begin () const |
| Returns a constant iterator pointing to the beginning of the property entries. More...
|
|
ConstPropertyIterator | end () const |
| Returns a constant iterator pointing to the end of the property entries. More...
|
|
bool | removeProperty (const LookupKey &key) |
| Clears the value of the property specified by key. More...
|
|
void | clearProperties () |
| Clears all property values. More...
|
|
void | addProperties (const PropertyContainer &cntnr) |
| Adds the property value entries in the PropertyContainer instance cntnr. More...
|
|
void | copyProperties (const PropertyContainer &cntnr) |
| Replaces the current set of properties by a copy of the entries in cntnr. More...
|
|
void | swap (PropertyContainer &cntnr) |
| Exchanges the properties of this container with the properties of the container cntnr. More...
|
|
const PropertyContainer & | getProperties () const |
| Returns a const reference to itself. More...
|
|