#include <spatial_hashing.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 96 of file spatial_hashing.h.
vcg::SpatialHashTable< ObjType, FLT >::CellIterator::CellIterator | ( | ) | [inline] |
Definition at line 98 of file spatial_hashing.h.
bool vcg::SpatialHashTable< ObjType, FLT >::CellIterator::operator!= | ( | const CellIterator & | p | ) | const [inline] |
Definition at line 102 of file spatial_hashing.h.
ObjPtr& vcg::SpatialHashTable< ObjType, FLT >::CellIterator::operator* | ( | ) | [inline] |
Definition at line 100 of file spatial_hashing.h.
ObjPtr vcg::SpatialHashTable< ObjType, FLT >::CellIterator::operator* | ( | ) | const [inline] |
Definition at line 101 of file spatial_hashing.h.
void vcg::SpatialHashTable< ObjType, FLT >::CellIterator::operator++ | ( | ) | [inline] |
Definition at line 103 of file spatial_hashing.h.
HashIterator vcg::SpatialHashTable< ObjType, FLT >::CellIterator::t |
Definition at line 99 of file spatial_hashing.h.