#include <closest.h>

Public Types | |
| typedef vcg::ClosestIterator < GRID, VDistFunct, VertTmark < MESH > > | ClosestBaseType |
| typedef GRID | GridType |
| typedef VertTmark< MESH > | MarkerVert |
| typedef MESH | MeshType |
| typedef vcg::vert::PointDistanceFunctor | VDistFunct |
Public Member Functions | |
| ClosestVertexIterator (GridType &_Si) | |
| void | SetMesh (MeshType *m) |
Definition at line 139 of file complex/vertexmesh/closest.h.
| typedef vcg::ClosestIterator<GRID,VDistFunct, VertTmark<MESH> > vcg::vrt::ClosestVertexIterator< GRID, MESH >::ClosestBaseType |
Definition at line 146 of file complex/vertexmesh/closest.h.
| typedef GRID vcg::vrt::ClosestVertexIterator< GRID, MESH >::GridType |
Definition at line 142 of file complex/vertexmesh/closest.h.
| typedef VertTmark<MESH> vcg::vrt::ClosestVertexIterator< GRID, MESH >::MarkerVert |
Definition at line 144 of file complex/vertexmesh/closest.h.
| typedef MESH vcg::vrt::ClosestVertexIterator< GRID, MESH >::MeshType |
Definition at line 143 of file complex/vertexmesh/closest.h.
| typedef vcg::vert::PointDistanceFunctor vcg::vrt::ClosestVertexIterator< GRID, MESH >::VDistFunct |
Definition at line 145 of file complex/vertexmesh/closest.h.
| vcg::vrt::ClosestVertexIterator< GRID, MESH >::ClosestVertexIterator | ( | GridType & | _Si | ) | [inline] |
Definition at line 148 of file complex/vertexmesh/closest.h.
| void vcg::vrt::ClosestVertexIterator< GRID, MESH >::SetMesh | ( | MeshType * | m | ) | [inline] |
Definition at line 150 of file complex/vertexmesh/closest.h.