BALL
1.4.2
|
#include <BALL/DATATYPE/hashGrid.h>
Public Member Functions | |
virtual | ~DataIteratorTraits () |
DataIteratorTraits () | |
DataIteratorTraits (const HashGridBox3 &box) | |
DataIteratorTraits (const DataIteratorTraits &traits, bool=true) | |
const DataIteratorTraits & | operator= (const DataIteratorTraits &traits) |
HashGridBox3 * | getContainer () |
const HashGridBox3 * | getContainer () const |
bool | isSingular () const |
DataIteratorPosition & | getPosition () |
const DataIteratorPosition & | getPosition () const |
bool | operator== (const DataIteratorTraits &traits) const |
bool | operator!= (const DataIteratorTraits &traits) const |
bool | isValid () const |
void | invalidate () |
void | toBegin () |
bool | isBegin () const |
void | toEnd () |
bool | isEnd () const |
Item & | getData () |
const Item & | getData () const |
void | forward () |
Private Attributes | |
HashGridBox3< Item > * | bound_ |
DataIteratorPosition | position_ |
Definition at line 362 of file hashGrid.h.
|
inlinevirtual |
Definition at line 368 of file hashGrid.h.
|
inline |
Definition at line 370 of file hashGrid.h.
|
inline |
Definition at line 376 of file hashGrid.h.
|
inline |
Definition at line 382 of file hashGrid.h.
|
inline |
Definition at line 471 of file hashGrid.h.
|
inline |
Definition at line 395 of file hashGrid.h.
|
inline |
Definition at line 400 of file hashGrid.h.
|
inline |
Definition at line 461 of file hashGrid.h.
|
inline |
Definition at line 466 of file hashGrid.h.
|
inline |
Definition at line 410 of file hashGrid.h.
|
inline |
Definition at line 415 of file hashGrid.h.
|
inline |
Definition at line 435 of file hashGrid.h.
|
inline |
Definition at line 446 of file hashGrid.h.
|
inline |
Definition at line 456 of file hashGrid.h.
|
inline |
Definition at line 405 of file hashGrid.h.
|
inline |
Definition at line 430 of file hashGrid.h.
|
inline |
Definition at line 425 of file hashGrid.h.
|
inline |
Definition at line 388 of file hashGrid.h.
|
inline |
Definition at line 420 of file hashGrid.h.
|
inline |
Definition at line 441 of file hashGrid.h.
|
inline |
Definition at line 451 of file hashGrid.h.
|
private |
Definition at line 478 of file hashGrid.h.
|
private |
Definition at line 479 of file hashGrid.h.