#include <closest.h>
Public Types | |
typedef MESH::FaceType | FaceType |
typedef vcg::RayTriangleIntersectionFunctor < true > | FintFunct |
typedef GRID | GridType |
typedef FaceTmark< MESH > | MarkerFace |
typedef MESH | MeshType |
typedef vcg::RayIterator< GRID, FintFunct, FaceTmark< MESH > > | RayBaseType |
typedef MESH::ScalarType | ScalarType |
Public Member Functions | |
void | SetMesh (MeshType *m) |
TriRayIterator (GridType &_Si, const ScalarType &max_d) |
Definition at line 487 of file complex/algorithms/closest.h.
typedef MESH::FaceType vcg::tri::TriRayIterator< GRID, MESH >::FaceType |
Definition at line 495 of file complex/algorithms/closest.h.
typedef vcg::RayTriangleIntersectionFunctor<true> vcg::tri::TriRayIterator< GRID, MESH >::FintFunct |
Definition at line 493 of file complex/algorithms/closest.h.
typedef GRID vcg::tri::TriRayIterator< GRID, MESH >::GridType |
Definition at line 490 of file complex/algorithms/closest.h.
typedef FaceTmark<MESH> vcg::tri::TriRayIterator< GRID, MESH >::MarkerFace |
Definition at line 492 of file complex/algorithms/closest.h.
typedef MESH vcg::tri::TriRayIterator< GRID, MESH >::MeshType |
Definition at line 491 of file complex/algorithms/closest.h.
typedef vcg::RayIterator<GRID,FintFunct, FaceTmark<MESH> > vcg::tri::TriRayIterator< GRID, MESH >::RayBaseType |
Definition at line 494 of file complex/algorithms/closest.h.
typedef MESH::ScalarType vcg::tri::TriRayIterator< GRID, MESH >::ScalarType |
Reimplemented from vcg::RayIterator< GRID, vcg::RayTriangleIntersectionFunctor< true >, FaceTmark< MESH > >.
Definition at line 496 of file complex/algorithms/closest.h.
vcg::tri::TriRayIterator< GRID, MESH >::TriRayIterator | ( | GridType & | _Si, |
const ScalarType & | max_d | ||
) | [inline] |
Definition at line 498 of file complex/algorithms/closest.h.
void vcg::tri::TriRayIterator< GRID, MESH >::SetMesh | ( | MeshType * | m | ) | [inline] |
Definition at line 501 of file complex/algorithms/closest.h.