#include <BALL/KERNEL/atom.h>
Definition at line 728 of file atom.h.
§ ~BondIteratorTraits()
virtual BALL::Atom::BondIteratorTraits::~BondIteratorTraits |
( |
| ) |
|
|
inlinevirtual |
§ BondIteratorTraits() [1/3]
BALL::Atom::BondIteratorTraits::BondIteratorTraits |
( |
| ) |
|
|
inline |
§ BondIteratorTraits() [2/3]
BALL::Atom::BondIteratorTraits::BondIteratorTraits |
( |
const Atom & |
atom | ) |
|
|
inline |
§ BondIteratorTraits() [3/3]
§ backward() [1/2]
void BALL::Atom::BondIteratorTraits::backward |
( |
| ) |
|
|
inline |
§ backward() [2/2]
void BALL::Atom::BondIteratorTraits::backward |
( |
Distance |
distance | ) |
|
|
inline |
§ dump()
void BALL::Atom::BondIteratorTraits::dump |
( |
std::ostream & |
s | ) |
const |
|
inline |
§ forward() [1/2]
void BALL::Atom::BondIteratorTraits::forward |
( |
| ) |
|
|
inline |
§ forward() [2/2]
void BALL::Atom::BondIteratorTraits::forward |
( |
Distance |
distance | ) |
|
|
inline |
§ getContainer() [1/2]
Atom* BALL::Atom::BondIteratorTraits::getContainer |
( |
| ) |
|
|
inline |
§ getContainer() [2/2]
const Atom* BALL::Atom::BondIteratorTraits::getContainer |
( |
| ) |
const |
|
inline |
§ getData() [1/4]
Bond& BALL::Atom::BondIteratorTraits::getData |
( |
| ) |
|
|
inline |
§ getData() [2/4]
const Bond& BALL::Atom::BondIteratorTraits::getData |
( |
| ) |
const |
|
inline |
§ getData() [3/4]
Bond& BALL::Atom::BondIteratorTraits::getData |
( |
Index |
index | ) |
|
|
inline |
§ getData() [4/4]
const Bond& BALL::Atom::BondIteratorTraits::getData |
( |
Index |
index | ) |
const |
|
inline |
§ getDistance()
§ getPosition() [1/2]
§ getPosition() [2/2]
§ invalidate()
void BALL::Atom::BondIteratorTraits::invalidate |
( |
| ) |
|
|
inline |
§ isBegin()
bool BALL::Atom::BondIteratorTraits::isBegin |
( |
| ) |
const |
|
inline |
§ isEnd()
bool BALL::Atom::BondIteratorTraits::isEnd |
( |
| ) |
const |
|
inline |
§ isRBegin()
bool BALL::Atom::BondIteratorTraits::isRBegin |
( |
| ) |
const |
|
inline |
§ isREnd()
bool BALL::Atom::BondIteratorTraits::isREnd |
( |
| ) |
const |
|
inline |
§ isSingular()
bool BALL::Atom::BondIteratorTraits::isSingular |
( |
| ) |
const |
|
inline |
§ isValid()
bool BALL::Atom::BondIteratorTraits::isValid |
( |
| ) |
const |
|
inline |
§ operator!=()
§ operator<()
§ operator=()
§ operator==()
§ toBegin()
void BALL::Atom::BondIteratorTraits::toBegin |
( |
| ) |
|
|
inline |
§ toEnd()
void BALL::Atom::BondIteratorTraits::toEnd |
( |
| ) |
|
|
inline |
§ toRBegin()
void BALL::Atom::BondIteratorTraits::toRBegin |
( |
| ) |
|
|
inline |
§ toREnd()
void BALL::Atom::BondIteratorTraits::toREnd |
( |
| ) |
|
|
inline |
§ operator<<