Classes | |
| class | EdgeTmark |
| class | Tmark |
| class | VertTmark |
Functions | |
| template<class MESH , class GRID > | |
| MESH::EdgeType * | GetClosestEdge (MESH &mesh, GRID &gr, const typename GRID::CoordType &_p, const typename GRID::ScalarType &_maxDist, typename GRID::ScalarType &_minDist, typename GRID::CoordType &_closestPt) |
| template<class MESH , class GRID > | |
| MESH::VertexType * | GetClosestVertex (MESH &mesh, GRID &gr, const typename GRID::CoordType &_p, const typename GRID::ScalarType &_maxDist, typename GRID::ScalarType &_minDist) |
| template<class MESH , class GRID , class OBJPTRCONTAINER > | |
| unsigned int | GetInBoxEdge (MESH &mesh, GRID &gr, const vcg::Box3< typename GRID::ScalarType > _bbox, OBJPTRCONTAINER &_objectPtrs) |
| template<class MESH , class GRID , class OBJPTRCONTAINER > | |
| unsigned int | GetInBoxVertex (MESH &mesh, GRID &gr, const vcg::Box3< typename GRID::ScalarType > _bbox, OBJPTRCONTAINER &_objectPtrs) |
| template<class MESH , class GRID , class OBJPTRCONTAINER , class DISTCONTAINER , class POINTCONTAINER > | |
| unsigned int | GetInSphereVertex (MESH &mesh, GRID &gr, const typename GRID::CoordType &_p, const typename GRID::ScalarType &_r, OBJPTRCONTAINER &_objectPtrs, DISTCONTAINER &_distances, POINTCONTAINER &_points) |
| template<class MESH , class GRID , class OBJPTRCONTAINER , class DISTCONTAINER , class POINTCONTAINER > | |
| unsigned int | GetKClosestEdge (MESH &mesh, GRID &gr, const unsigned int _k, const typename GRID::CoordType &_p, const typename GRID::ScalarType &_maxDist, OBJPTRCONTAINER &_objectPtrs, DISTCONTAINER &_distances, POINTCONTAINER &_points) |
| template<class MESH , class GRID , class OBJPTRCONTAINER , class DISTCONTAINER , class POINTCONTAINER > | |
| unsigned int | GetKClosestVertex (MESH &mesh, GRID &gr, const unsigned int _k, const typename GRID::CoordType &_p, const typename GRID::ScalarType &_maxDist, OBJPTRCONTAINER &_objectPtrs, DISTCONTAINER &_distances, POINTCONTAINER &_points) |
| MESH::EdgeType* vcg::edgemesh::GetClosestEdge | ( | MESH & | mesh, | |
| GRID & | gr, | |||
| const typename GRID::CoordType & | _p, | |||
| const typename GRID::ScalarType & | _maxDist, | |||
| typename GRID::ScalarType & | _minDist, | |||
| typename GRID::CoordType & | _closestPt | |||
| ) | [inline] |
Definition at line 70 of file complex/edgemesh/closest.h.
| MESH::VertexType* vcg::edgemesh::GetClosestVertex | ( | MESH & | mesh, | |
| GRID & | gr, | |||
| const typename GRID::CoordType & | _p, | |||
| const typename GRID::ScalarType & | _maxDist, | |||
| typename GRID::ScalarType & | _minDist | |||
| ) | [inline] |
Definition at line 85 of file complex/edgemesh/closest.h.
| unsigned int vcg::edgemesh::GetInBoxEdge | ( | MESH & | mesh, | |
| GRID & | gr, | |||
| const vcg::Box3< typename GRID::ScalarType > | _bbox, | |||
| OBJPTRCONTAINER & | _objectPtrs | |||
| ) | [inline] |
Definition at line 147 of file complex/edgemesh/closest.h.
| unsigned int vcg::edgemesh::GetInBoxVertex | ( | MESH & | mesh, | |
| GRID & | gr, | |||
| const vcg::Box3< typename GRID::ScalarType > | _bbox, | |||
| OBJPTRCONTAINER & | _objectPtrs | |||
| ) | [inline] |
Definition at line 159 of file complex/edgemesh/closest.h.
| unsigned int vcg::edgemesh::GetInSphereVertex | ( | MESH & | mesh, | |
| GRID & | gr, | |||
| const typename GRID::CoordType & | _p, | |||
| const typename GRID::ScalarType & | _r, | |||
| OBJPTRCONTAINER & | _objectPtrs, | |||
| DISTCONTAINER & | _distances, | |||
| POINTCONTAINER & | _points | |||
| ) | [inline] |
Definition at line 129 of file complex/edgemesh/closest.h.
| unsigned int vcg::edgemesh::GetKClosestEdge | ( | MESH & | mesh, | |
| GRID & | gr, | |||
| const unsigned int | _k, | |||
| const typename GRID::CoordType & | _p, | |||
| const typename GRID::ScalarType & | _maxDist, | |||
| OBJPTRCONTAINER & | _objectPtrs, | |||
| DISTCONTAINER & | _distances, | |||
| POINTCONTAINER & | _points | |||
| ) | [inline] |
Definition at line 100 of file complex/edgemesh/closest.h.
| unsigned int vcg::edgemesh::GetKClosestVertex | ( | MESH & | mesh, | |
| GRID & | gr, | |||
| const unsigned int | _k, | |||
| const typename GRID::CoordType & | _p, | |||
| const typename GRID::ScalarType & | _maxDist, | |||
| OBJPTRCONTAINER & | _objectPtrs, | |||
| DISTCONTAINER & | _distances, | |||
| POINTCONTAINER & | _points | |||
| ) | [inline] |
Definition at line 114 of file complex/edgemesh/closest.h.