#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 541 of file complex/trimesh/closest.h.
typedef MESH::FaceType vcg::tri::TriRayIterator< GRID, MESH >::FaceType |
Definition at line 549 of file complex/trimesh/closest.h.
typedef vcg::RayTriangleIntersectionFunctor<true> vcg::tri::TriRayIterator< GRID, MESH >::FintFunct |
Definition at line 547 of file complex/trimesh/closest.h.
typedef GRID vcg::tri::TriRayIterator< GRID, MESH >::GridType |
Definition at line 544 of file complex/trimesh/closest.h.
typedef FaceTmark<MESH> vcg::tri::TriRayIterator< GRID, MESH >::MarkerFace |
Definition at line 546 of file complex/trimesh/closest.h.
typedef MESH vcg::tri::TriRayIterator< GRID, MESH >::MeshType |
Definition at line 545 of file complex/trimesh/closest.h.
typedef vcg::RayIterator<GRID,FintFunct, FaceTmark<MESH> > vcg::tri::TriRayIterator< GRID, MESH >::RayBaseType |
Definition at line 548 of file complex/trimesh/closest.h.
typedef MESH::ScalarType vcg::tri::TriRayIterator< GRID, MESH >::ScalarType |
Reimplemented from vcg::RayIterator< GRID, vcg::RayTriangleIntersectionFunctor< true >, FaceTmark< MESH > >.
Definition at line 550 of file complex/trimesh/closest.h.
vcg::tri::TriRayIterator< GRID, MESH >::TriRayIterator | ( | GridType & | _Si, | |
const ScalarType & | max_d | |||
) | [inline] |
Definition at line 552 of file complex/trimesh/closest.h.
void vcg::tri::TriRayIterator< GRID, MESH >::SetMesh | ( | MeshType * | m | ) | [inline] |
Definition at line 555 of file complex/trimesh/closest.h.