#include <closest.h>
Public Types | |
typedef vcg::ClosestIterator < GRID, PDistFunct, FaceTmark < MESH > > | ClosestBaseType |
typedef MESH::FaceType | FaceType |
typedef GRID | GridType |
typedef FaceTmark< MESH > | MarkerFace |
typedef MESH | MeshType |
typedef vcg::face::PointDistanceFunctor < typename MESH::ScalarType > | PDistFunct |
typedef MESH::ScalarType | ScalarType |
Public Member Functions | |
ClosestFaceIterator (GridType &_Si) | |
void | SetMesh (MeshType *m) |
Definition at line 503 of file complex/trimesh/closest.h.
typedef vcg::ClosestIterator<GRID,PDistFunct, FaceTmark<MESH> > vcg::tri::ClosestFaceIterator< GRID, MESH >::ClosestBaseType |
Definition at line 511 of file complex/trimesh/closest.h.
typedef MESH::FaceType vcg::tri::ClosestFaceIterator< GRID, MESH >::FaceType |
Definition at line 512 of file complex/trimesh/closest.h.
typedef GRID vcg::tri::ClosestFaceIterator< GRID, MESH >::GridType |
Definition at line 507 of file complex/trimesh/closest.h.
typedef FaceTmark<MESH> vcg::tri::ClosestFaceIterator< GRID, MESH >::MarkerFace |
Definition at line 509 of file complex/trimesh/closest.h.
typedef MESH vcg::tri::ClosestFaceIterator< GRID, MESH >::MeshType |
Definition at line 508 of file complex/trimesh/closest.h.
typedef vcg::face::PointDistanceFunctor<typename MESH::ScalarType> vcg::tri::ClosestFaceIterator< GRID, MESH >::PDistFunct |
Definition at line 510 of file complex/trimesh/closest.h.
typedef MESH::ScalarType vcg::tri::ClosestFaceIterator< GRID, MESH >::ScalarType |
Reimplemented from vcg::ClosestIterator< GRID, vcg::face::PointDistanceFunctor< MESH::ScalarType >, FaceTmark< MESH > >.
Definition at line 513 of file complex/trimesh/closest.h.
vcg::tri::ClosestFaceIterator< GRID, MESH >::ClosestFaceIterator | ( | GridType & | _Si | ) | [inline] |
Definition at line 516 of file complex/trimesh/closest.h.
void vcg::tri::ClosestFaceIterator< GRID, MESH >::SetMesh | ( | MeshType * | m | ) | [inline] |
Definition at line 519 of file complex/trimesh/closest.h.