BALL
1.4.1
|
#include <BALL/KERNEL/atom.h>
virtual BALL::Atom::BondIteratorTraits::~BondIteratorTraits | ( | ) | [inline, virtual] |
BALL::Atom::BondIteratorTraits::BondIteratorTraits | ( | ) | [inline] |
BALL::Atom::BondIteratorTraits::BondIteratorTraits | ( | const Atom & | atom | ) | [inline] |
BALL::Atom::BondIteratorTraits::BondIteratorTraits | ( | const BondIteratorTraits & | traits, |
bool | = true |
||
) | [inline] |
void BALL::Atom::BondIteratorTraits::backward | ( | ) | [inline] |
void BALL::Atom::BondIteratorTraits::backward | ( | Distance | distance | ) | [inline] |
void BALL::Atom::BondIteratorTraits::dump | ( | std::ostream & | s | ) | const [inline] |
void BALL::Atom::BondIteratorTraits::forward | ( | ) | [inline] |
void BALL::Atom::BondIteratorTraits::forward | ( | Distance | distance | ) | [inline] |
Atom* BALL::Atom::BondIteratorTraits::getContainer | ( | ) | [inline] |
const Atom* BALL::Atom::BondIteratorTraits::getContainer | ( | ) | const [inline] |
Bond& BALL::Atom::BondIteratorTraits::getData | ( | ) | [inline] |
const Bond& BALL::Atom::BondIteratorTraits::getData | ( | ) | const [inline] |
Bond& BALL::Atom::BondIteratorTraits::getData | ( | Index | index | ) | [inline] |
const Bond& BALL::Atom::BondIteratorTraits::getData | ( | Index | index | ) | const [inline] |
Distance BALL::Atom::BondIteratorTraits::getDistance | ( | const BondIteratorTraits & | traits | ) | const [inline] |
const BondIteratorPosition& BALL::Atom::BondIteratorTraits::getPosition | ( | ) | const [inline] |
void BALL::Atom::BondIteratorTraits::invalidate | ( | ) | [inline] |
bool BALL::Atom::BondIteratorTraits::isBegin | ( | ) | const [inline] |
bool BALL::Atom::BondIteratorTraits::isEnd | ( | ) | const [inline] |
bool BALL::Atom::BondIteratorTraits::isRBegin | ( | ) | const [inline] |
bool BALL::Atom::BondIteratorTraits::isREnd | ( | ) | const [inline] |
bool BALL::Atom::BondIteratorTraits::isSingular | ( | ) | const [inline] |
bool BALL::Atom::BondIteratorTraits::isValid | ( | ) | const [inline] |
bool BALL::Atom::BondIteratorTraits::operator!= | ( | const BondIteratorTraits & | traits | ) | const [inline] |
bool BALL::Atom::BondIteratorTraits::operator< | ( | const BondIteratorTraits & | traits | ) | const [inline] |
BondIteratorTraits& BALL::Atom::BondIteratorTraits::operator= | ( | const BondIteratorTraits & | traits | ) | [inline] |
bool BALL::Atom::BondIteratorTraits::operator== | ( | const BondIteratorTraits & | traits | ) | const [inline] |
void BALL::Atom::BondIteratorTraits::toBegin | ( | ) | [inline] |
void BALL::Atom::BondIteratorTraits::toEnd | ( | ) | [inline] |
void BALL::Atom::BondIteratorTraits::toRBegin | ( | ) | [inline] |
void BALL::Atom::BondIteratorTraits::toREnd | ( | ) | [inline] |
std::ostream& operator<< | ( | std::ostream & | s, |
const BondIteratorTraits & | traits | ||
) | [friend] |
Atom* BALL::Atom::BondIteratorTraits::bound_ [private] |