#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::vertex::PointDistanceFunctor < typename MESH::ScalarType > | VDistFunct |
Public Member Functions | |
ClosestVertexIterator (GridType &_Si) | |
void | SetMesh (MeshType *m) |
Public Attributes | |
VDistFunct | fn |
Definition at line 524 of file complex/trimesh/closest.h.
typedef vcg::ClosestIterator<GRID, VDistFunct, VertTmark<MESH> > vcg::tri::ClosestVertexIterator< GRID, MESH >::ClosestBaseType |
Definition at line 531 of file complex/trimesh/closest.h.
typedef GRID vcg::tri::ClosestVertexIterator< GRID, MESH >::GridType |
Definition at line 527 of file complex/trimesh/closest.h.
typedef VertTmark<MESH> vcg::tri::ClosestVertexIterator< GRID, MESH >::MarkerVert |
Definition at line 529 of file complex/trimesh/closest.h.
typedef MESH vcg::tri::ClosestVertexIterator< GRID, MESH >::MeshType |
Definition at line 528 of file complex/trimesh/closest.h.
typedef vcg::vertex::PointDistanceFunctor<typename MESH::ScalarType> vcg::tri::ClosestVertexIterator< GRID, MESH >::VDistFunct |
Definition at line 530 of file complex/trimesh/closest.h.
vcg::tri::ClosestVertexIterator< GRID, MESH >::ClosestVertexIterator | ( | GridType & | _Si | ) | [inline] |
Definition at line 533 of file complex/trimesh/closest.h.
void vcg::tri::ClosestVertexIterator< GRID, MESH >::SetMesh | ( | MeshType * | m | ) | [inline] |
Definition at line 536 of file complex/trimesh/closest.h.
VDistFunct vcg::tri::ClosestVertexIterator< GRID, MESH >::fn |
Definition at line 532 of file complex/trimesh/closest.h.