#include <spatial_hashing2d.h>
Public Member Functions | |
CellIterator () | |
bool | operator!= (const CellIterator &p) const |
ObjPtr & | operator* () |
ObjPtr | operator* () const |
void | operator++ () |
Public Attributes | |
HashIterator | t |
Definition at line 118 of file spatial_hashing2d.h.
vcg::SpatialHashTable2D< ObjType, FLT >::CellIterator::CellIterator | ( | ) | [inline] |
Definition at line 120 of file spatial_hashing2d.h.
bool vcg::SpatialHashTable2D< ObjType, FLT >::CellIterator::operator!= | ( | const CellIterator & | p | ) | const [inline] |
Definition at line 124 of file spatial_hashing2d.h.
ObjPtr& vcg::SpatialHashTable2D< ObjType, FLT >::CellIterator::operator* | ( | ) | [inline] |
Definition at line 122 of file spatial_hashing2d.h.
ObjPtr vcg::SpatialHashTable2D< ObjType, FLT >::CellIterator::operator* | ( | ) | const [inline] |
Definition at line 123 of file spatial_hashing2d.h.
void vcg::SpatialHashTable2D< ObjType, FLT >::CellIterator::operator++ | ( | ) | [inline] |
Definition at line 125 of file spatial_hashing2d.h.
HashIterator vcg::SpatialHashTable2D< ObjType, FLT >::CellIterator::t |
Definition at line 121 of file spatial_hashing2d.h.