#include <BALL/DATATYPE/hashGrid.h>
Public Member Functions | |
| virtual | ~BoxIteratorTraits () throw () |
| BoxIteratorTraits () | |
| BoxIteratorTraits (const HashGridBox3 &box) | |
| BoxIteratorTraits (const BoxIteratorTraits &traits, bool=true) | |
| const BoxIteratorTraits & | operator= (const BoxIteratorTraits &traits) |
| HashGridBox3 * | getContainer () |
| const HashGridBox3 * | getContainer () const |
| bool | isSingular () const |
| BoxIteratorPosition & | getPosition () |
| const BoxIteratorPosition & | getPosition () const |
| bool | operator== (const BoxIteratorTraits &traits) const |
| bool | operator!= (const BoxIteratorTraits &traits) const |
| bool | isValid () const |
| void | invalidate () |
| void | toBegin () |
| bool | isBegin () const |
| void | toEnd () |
| bool | isEnd () const |
| HashGridBox3< Item > & | getData () |
| const HashGridBox3< Item > & | getData () const |
| void | forward () |
Private Attributes | |
| HashGridBox3< Item > * | bound_ |
| BoxIteratorPosition | position_ |
| virtual BALL::HashGridBox3< Item >::BoxIteratorTraits::~BoxIteratorTraits | ( | ) | throw () [inline, virtual] |
| BALL::HashGridBox3< Item >::BoxIteratorTraits::BoxIteratorTraits | ( | ) | [inline] |
| BALL::HashGridBox3< Item >::BoxIteratorTraits::BoxIteratorTraits | ( | const HashGridBox3 & | box | ) | [inline] |
| BALL::HashGridBox3< Item >::BoxIteratorTraits::BoxIteratorTraits | ( | const BoxIteratorTraits & | traits, | |
| bool | = true | |||
| ) | [inline] |
| void BALL::HashGridBox3< Item >::BoxIteratorTraits::forward | ( | ) | [inline] |
| const HashGridBox3* BALL::HashGridBox3< Item >::BoxIteratorTraits::getContainer | ( | ) | const [inline] |
| HashGridBox3* BALL::HashGridBox3< Item >::BoxIteratorTraits::getContainer | ( | ) | [inline] |
| const HashGridBox3<Item>& BALL::HashGridBox3< Item >::BoxIteratorTraits::getData | ( | ) | const [inline] |
| HashGridBox3<Item>& BALL::HashGridBox3< Item >::BoxIteratorTraits::getData | ( | ) | [inline] |
| const BoxIteratorPosition& BALL::HashGridBox3< Item >::BoxIteratorTraits::getPosition | ( | ) | const [inline] |
| BoxIteratorPosition& BALL::HashGridBox3< Item >::BoxIteratorTraits::getPosition | ( | ) | [inline] |
| void BALL::HashGridBox3< Item >::BoxIteratorTraits::invalidate | ( | ) | [inline] |
| bool BALL::HashGridBox3< Item >::BoxIteratorTraits::isBegin | ( | ) | const [inline] |
| bool BALL::HashGridBox3< Item >::BoxIteratorTraits::isEnd | ( | ) | const [inline] |
| bool BALL::HashGridBox3< Item >::BoxIteratorTraits::isSingular | ( | ) | const [inline] |
| bool BALL::HashGridBox3< Item >::BoxIteratorTraits::isValid | ( | ) | const [inline] |
| bool BALL::HashGridBox3< Item >::BoxIteratorTraits::operator!= | ( | const BoxIteratorTraits & | traits | ) | const [inline] |
| const BoxIteratorTraits& BALL::HashGridBox3< Item >::BoxIteratorTraits::operator= | ( | const BoxIteratorTraits & | traits | ) | [inline] |
| bool BALL::HashGridBox3< Item >::BoxIteratorTraits::operator== | ( | const BoxIteratorTraits & | traits | ) | const [inline] |
| void BALL::HashGridBox3< Item >::BoxIteratorTraits::toBegin | ( | ) | [inline] |
| void BALL::HashGridBox3< Item >::BoxIteratorTraits::toEnd | ( | ) | [inline] |
HashGridBox3<Item>* BALL::HashGridBox3< Item >::BoxIteratorTraits::bound_ [private] |
Referenced by BALL::HashGridBox3< Item >::BoxIteratorTraits::forward(), BALL::HashGridBox3< Item >::BoxIteratorTraits::getContainer(), BALL::HashGridBox3< Item >::BoxIteratorTraits::getData(), BALL::HashGridBox3< Item >::BoxIteratorTraits::invalidate(), BALL::HashGridBox3< Item >::BoxIteratorTraits::isSingular(), BALL::HashGridBox3< Item >::BoxIteratorTraits::isValid(), and BALL::HashGridBox3< Item >::BoxIteratorTraits::operator=().
BoxIteratorPosition BALL::HashGridBox3< Item >::BoxIteratorTraits::position_ [private] |
Referenced by BALL::HashGridBox3< Item >::BoxIteratorTraits::forward(), BALL::HashGridBox3< Item >::BoxIteratorTraits::getData(), BALL::HashGridBox3< Item >::BoxIteratorTraits::getPosition(), BALL::HashGridBox3< Item >::BoxIteratorTraits::invalidate(), BALL::HashGridBox3< Item >::BoxIteratorTraits::isBegin(), BALL::HashGridBox3< Item >::BoxIteratorTraits::isEnd(), BALL::HashGridBox3< Item >::BoxIteratorTraits::isValid(), BALL::HashGridBox3< Item >::BoxIteratorTraits::operator!=(), BALL::HashGridBox3< Item >::BoxIteratorTraits::operator=(), BALL::HashGridBox3< Item >::BoxIteratorTraits::operator==(), BALL::HashGridBox3< Item >::BoxIteratorTraits::toBegin(), and BALL::HashGridBox3< Item >::BoxIteratorTraits::toEnd().