A decorator for a particle which has bonds.
More...
#include <IMP/atom/bond_decorators.h>
|
BondIterator | bonds_begin () const |
|
BondIterator | bonds_end () const |
|
|
BondedIterator | bondeds_begin () const |
|
BondedIterator | bondeds_end () const |
|
- See Also
- Bond
Definition at line 89 of file bond_decorators.h.
Bond IMP::atom::Bonded::get_bond |
( |
unsigned int |
i | ) |
const |
- Returns
- decorator of the ith child, or throw an exception if there is no such bond
Definition at line 134 of file bond_decorators.h.
Bonded IMP::atom::Bonded::get_bonded |
( |
unsigned int |
i | ) |
const |
- Returns
- decorator of the ith child, or throw an exception if there is no such bond
- Note
- I don't entirely like having this here as it duplicates functionality available otherwise, however it is such a fundamental operation and kind of a pain to write. It also means that we could later pull the edge endpoints into the vertex if desired.
Definition at line 150 of file bond_decorators.h.
Setup the particle so it can be used with this decorator.
Definition at line 113 of file bond_decorators.h.
The documentation for this class was generated from the following file: