#include <spatial_hashing.h>
Public Member Functions | |
| CellIterator () | |
| bool | operator!= (const CellIterator &p) const |
| ObjPtr | operator* () const |
| ObjPtr & | operator* () |
| void | operator++ () |
Public Attributes | |
| HashIterator | t |
Definition at line 108 of file spatial_hashing.h.
| vcg::SpatialHashTable< ObjType, FLT >::CellIterator::CellIterator | ( | ) | [inline] |
Definition at line 110 of file spatial_hashing.h.
| bool vcg::SpatialHashTable< ObjType, FLT >::CellIterator::operator!= | ( | const CellIterator & | p | ) | const [inline] |
Definition at line 114 of file spatial_hashing.h.
| ObjPtr vcg::SpatialHashTable< ObjType, FLT >::CellIterator::operator* | ( | ) | const [inline] |
Definition at line 113 of file spatial_hashing.h.
| ObjPtr& vcg::SpatialHashTable< ObjType, FLT >::CellIterator::operator* | ( | ) | [inline] |
Definition at line 112 of file spatial_hashing.h.
| void vcg::SpatialHashTable< ObjType, FLT >::CellIterator::operator++ | ( | ) | [inline] |
Definition at line 115 of file spatial_hashing.h.
| HashIterator vcg::SpatialHashTable< ObjType, FLT >::CellIterator::t |
Definition at line 111 of file spatial_hashing.h.