|
std::size_t | getNumAtoms () const |
| Returns the number of atoms connected by the bond. More...
|
|
const Molecule & | getMolecule () const |
| Returns a const reference to the parent molecule. More...
|
|
Molecule & | getMolecule () |
| Returns a non-const reference to the parent molecule. More...
|
|
const Atom & | getBegin () const |
| Returns a const reference to the start atom of the bond. More...
|
|
Atom & | getBegin () |
| Returns a non-const reference to the start atom of the bond. More...
|
|
const Atom & | getEnd () const |
| Returns a const reference to the end atom of the bond. More...
|
|
Atom & | getEnd () |
| Returns a non-const reference to the end atom of the bond. More...
|
|
const Atom & | getAtom (std::size_t idx) const |
| Returns a const reference to the atom at index idx. More...
|
|
Atom & | getAtom (std::size_t idx) |
| Returns a non-const reference to the atom at index idx. More...
|
|
bool | containsAtom (const Atom &atom) const |
| Tells whether the bond is incident to the specified atom. More...
|
|
std::size_t | getAtomIndex (const Atom &atom) const |
| Returns the index of the specified atom. More...
|
|
const Atom & | getNeighbor (const Atom &atom) const |
| Returns a const reference to the connected neighbor of the argument atom. More...
|
|
Atom & | getNeighbor (const Atom &atom) |
| Returns a non-const reference to the connected neighbor of the argument atom. More...
|
|
std::size_t | getIndex () const |
| Returns the index of the bond in its parent molecule. More...
|
|
void | orderAtoms (const AtomCompareFunction &func) |
| Orders the stored atoms according to criteria implemented by the provided atom comparison function. More...
|
|
BasicBond & | operator= (const BasicBond &bond) |
| Assignment operator that replaces the current set of properties with the properties of bond;. More...
|
|
Bond & | operator= (const Bond &bond) |
| Assignment operator that replaces the current set of properties with the properties of bond;. More...
|
|
Bond & | operator= (const Bond &bond) |
| Assignment operator that replaces the current set of properties with the properties of bond;. More...
|
|
ConstAtomIterator | getAtomsBegin () const |
| Returns a constant iterator pointing to the beginning of the stored const Chem::Atom objects. More...
|
|
AtomIterator | getAtomsBegin () |
| Returns a mutable iterator pointing to the beginning of the stored Chem::Atom objects. More...
|
|
ConstAtomIterator | getAtomsEnd () const |
| Returns a constant iterator pointing to the end of the stored const Chem::Atom objects. More...
|
|
AtomIterator | getAtomsEnd () |
| Returns a mutable iterator pointing to the end of the stored Chem::Atom objects. More...
|
|
ConstAtomIterator | getAtomsBegin () const |
| Returns a constant iterator pointing to the beginning of the stored const Chem::Atom objects. More...
|
|
ConstAtomIterator | getAtomsEnd () const |
| Returns a constant iterator pointing to the end of the stored const Chem::Atom objects. More...
|
|
AtomIterator | getAtomsBegin () |
| Returns a mutable iterator pointing to the beginning of the stored Chem::Atom objects. More...
|
|
AtomIterator | getAtomsEnd () |
| Returns a mutable iterator pointing to the end of the stored Chem::Atom objects. More...
|
|
ConstAtomIterator | begin () const |
| Returns a constant iterator pointing to the beginning of the stored const Chem::Atom objects. More...
|
|
ConstAtomIterator | end () const |
| Returns a constant iterator pointing to the end of the stored const Chem::Atom objects. More...
|
|
AtomIterator | begin () |
| Returns a mutable iterator pointing to the beginning of the stored Chem::Atom objects. More...
|
|
AtomIterator | end () |
| Returns a mutable iterator pointing to the end of the stored Chem::Atom objects. More...
|
|
virtual std::size_t | getNumEntities () const |
| Returns the number of stored Chem::Entity3D objects. More...
|
|
virtual const Entity3D & | getEntity (std::size_t idx) const |
| Returns a const reference to the Chem::Entity3D instance at index idx. More...
|
|
virtual Entity3D & | getEntity (std::size_t idx) |
| Returns a non-const reference to the entity at index idx. More...
|
|
const AtomContainer & | getAtoms () const |
| Returns a const reference to itself. More...
|
|
AtomContainer & | getAtoms () |
| Returns a reference to itself. 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...
|
|