#include <closest.h>
Public Types | |
typedef vcg::ClosestIterator < GRID, VDistFunct, EmptyTMark < MESH > > | ClosestBaseType |
typedef GRID | GridType |
typedef EmptyTMark< MESH > | MarkerVert |
typedef MESH | MeshType |
typedef vcg::vertex::PointDistanceFunctor < typename MESH::ScalarType > | VDistFunct |
Public Member Functions | |
ClosestVertexIterator (GridType &_Si) | |
void | SetMesh (MeshType *m) |
Public Attributes | |
VDistFunct | fn |
Definition at line 470 of file complex/algorithms/closest.h.
typedef vcg::ClosestIterator<GRID, VDistFunct, EmptyTMark<MESH> > vcg::tri::ClosestVertexIterator< GRID, MESH >::ClosestBaseType |
Definition at line 477 of file complex/algorithms/closest.h.
typedef GRID vcg::tri::ClosestVertexIterator< GRID, MESH >::GridType |
Definition at line 473 of file complex/algorithms/closest.h.
typedef EmptyTMark<MESH> vcg::tri::ClosestVertexIterator< GRID, MESH >::MarkerVert |
Definition at line 475 of file complex/algorithms/closest.h.
typedef MESH vcg::tri::ClosestVertexIterator< GRID, MESH >::MeshType |
Definition at line 474 of file complex/algorithms/closest.h.
typedef vcg::vertex::PointDistanceFunctor<typename MESH::ScalarType> vcg::tri::ClosestVertexIterator< GRID, MESH >::VDistFunct |
Definition at line 476 of file complex/algorithms/closest.h.
vcg::tri::ClosestVertexIterator< GRID, MESH >::ClosestVertexIterator | ( | GridType & | _Si | ) | [inline] |
Definition at line 479 of file complex/algorithms/closest.h.
void vcg::tri::ClosestVertexIterator< GRID, MESH >::SetMesh | ( | MeshType * | m | ) | [inline] |
Definition at line 482 of file complex/algorithms/closest.h.
VDistFunct vcg::tri::ClosestVertexIterator< GRID, MESH >::fn |
Definition at line 478 of file complex/algorithms/closest.h.