#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::PointDistanceEPFunctor < typename MESH::ScalarType > | PDistFunct |
| typedef MESH::ScalarType | ScalarType |
Public Member Functions | |
| ClosestFaceEPIterator (GridType &_Si) | |
| void | SetMesh (MeshType *m) |
Definition at line 449 of file complex/algorithms/closest.h.
| typedef vcg::ClosestIterator<GRID,PDistFunct, FaceTmark<MESH> > vcg::tri::ClosestFaceEPIterator< GRID, MESH >::ClosestBaseType |
Definition at line 457 of file complex/algorithms/closest.h.
| typedef MESH::FaceType vcg::tri::ClosestFaceEPIterator< GRID, MESH >::FaceType |
Definition at line 458 of file complex/algorithms/closest.h.
| typedef GRID vcg::tri::ClosestFaceEPIterator< GRID, MESH >::GridType |
Definition at line 453 of file complex/algorithms/closest.h.
| typedef FaceTmark<MESH> vcg::tri::ClosestFaceEPIterator< GRID, MESH >::MarkerFace |
Definition at line 455 of file complex/algorithms/closest.h.
| typedef MESH vcg::tri::ClosestFaceEPIterator< GRID, MESH >::MeshType |
Definition at line 454 of file complex/algorithms/closest.h.
| typedef vcg::face::PointDistanceEPFunctor<typename MESH::ScalarType> vcg::tri::ClosestFaceEPIterator< GRID, MESH >::PDistFunct |
Definition at line 456 of file complex/algorithms/closest.h.
| typedef MESH::ScalarType vcg::tri::ClosestFaceEPIterator< GRID, MESH >::ScalarType |
Reimplemented from vcg::ClosestIterator< GRID, vcg::face::PointDistanceEPFunctor< MESH::ScalarType >, FaceTmark< MESH > >.
Definition at line 459 of file complex/algorithms/closest.h.
| vcg::tri::ClosestFaceEPIterator< GRID, MESH >::ClosestFaceEPIterator | ( | GridType & | _Si | ) | [inline] |
Definition at line 462 of file complex/algorithms/closest.h.
| void vcg::tri::ClosestFaceEPIterator< GRID, MESH >::SetMesh | ( | MeshType * | m | ) | [inline] |
Definition at line 465 of file complex/algorithms/closest.h.