, including all inherited members.
BoxType typedef | vcg::SpatialIndex< OBJTYPE, SCALARTYPE > | |
ClassType typedef | vcg::SpatialIndex< OBJTYPE, SCALARTYPE > | |
CoordType typedef | vcg::SpatialIndex< OBJTYPE, SCALARTYPE > | |
DoRay(OBJRAYISECTFUNCTOR &_rayIntersector, OBJMARKER &_marker, const Ray3< ScalarType > &_ray, const ScalarType &_maxDist, ScalarType &_t) | vcg::SpatialIndex< OBJTYPE, SCALARTYPE > | [inline] |
GetClosest(OBJPOINTDISTFUNCTOR &_getPointDistance, OBJMARKER &_marker, const CoordType &_p, const ScalarType &_maxDist, ScalarType &_minDist, CoordType &_closestPt) | vcg::SpatialIndex< OBJTYPE, SCALARTYPE > | [inline] |
GetInBox(OBJMARKER &_marker, const BoxType _bbox, OBJPTRCONTAINER &_objectPtrs) | vcg::SpatialIndex< OBJTYPE, SCALARTYPE > | [inline] |
GetInSphere(OBJPOINTDISTFUNCTOR &_getPointDistance, OBJMARKER &_marker, const CoordType &_p, const ScalarType &_r, OBJPTRCONTAINER &_objectPtrs, DISTCONTAINER &_distances, POINTCONTAINER &_points) | vcg::SpatialIndex< OBJTYPE, SCALARTYPE > | [inline] |
GetKClosest(OBJPOINTDISTFUNCTOR &_getPointDistance, OBJMARKER &_marker, const unsigned int _k, const CoordType &_p, const ScalarType &_maxDist, OBJPTRCONTAINER &_objectPtrs, DISTCONTAINER &_distances, POINTCONTAINER &_points) | vcg::SpatialIndex< OBJTYPE, SCALARTYPE > | [inline] |
ObjPtr typedef | vcg::SpatialIndex< OBJTYPE, SCALARTYPE > | |
ObjType typedef | vcg::SpatialIndex< OBJTYPE, SCALARTYPE > | |
ScalarType typedef | vcg::SpatialIndex< OBJTYPE, SCALARTYPE > | |
Set(const OBJITER &_oBegin, const OBJITER &_oEnd) | vcg::SpatialIndex< OBJTYPE, SCALARTYPE > | [inline] |