| Support Forum Library Source SourceForge Page G3D Web Page |
Dereference to access the bounds() and size() [element count] of the underlying cell object. More...
Classes | |
| class | CellObject |
Public Member Functions | |
| bool | hasMore () const |
| bool | isValid () const |
| operator CellObject * () const | |
| bool | operator!= (const CellIterator &other) const |
| const CellObject & | operator* () const |
| CellIterator & | operator++ () |
| Preincrement. | |
| CellIterator | operator++ (int) |
| Post increment (slower) | |
| const CellObject * | operator-> () const |
| bool | operator== (const CellIterator &other) const |
Friends | |
| class | PointHashGrid< Value, PosFunc, EqualsFunc > |
Dereference to access the bounds() and size() [element count] of the underlying cell object.
Example:
for(PointHashGrid<Vector3>::CellIterator iter = grid.beginCells(); iter != grid.endCells(); ++iter) {
entriesFound += iter->size();
}
|
inline |
|
inline |
Referenced by G3D::PointHashGrid< Value, PosFunc, EqualsFunc >::clear().
|
inline |
|
inline |
|
inline |
|
inline |
Preincrement.
|
inline |
Post increment (slower)
|
inline |
|
inline |
|
friend |
1.8.2