Jet  v1.3.3
jet::Octree< T > Member List

This is the complete list of members for jet::Octree< T >, including all inherited members.

begin()jet::Octree< T >
begin() constjet::Octree< T >
boundingBox() constjet::Octree< T >
build(const std::vector< T > &items, const BoundingBox3D &bound, const BoxIntersectionTestFunc3< T > &testFunc, size_t maxDepth)jet::Octree< T >
childIndex(size_t nodeIdx, size_t childIdx) constjet::Octree< T >
clear()jet::Octree< T >
closestIntersection(const Ray3D &ray, const GetRayIntersectionFunc3< T > &testFunc) const overridejet::Octree< T >virtual
ConstIterator typedefjet::Octree< T >
ContainerType typedefjet::Octree< T >
end()jet::Octree< T >
end() constjet::Octree< T >
forEachIntersectingItem(const BoundingBox3D &box, const BoxIntersectionTestFunc3< T > &testFunc, const IntersectionVisitorFunc3< T > &visitorFunc) const overridejet::Octree< T >virtual
forEachIntersectingItem(const Ray3D &ray, const RayIntersectionTestFunc3< T > &testFunc, const IntersectionVisitorFunc3< T > &visitorFunc) const overridejet::Octree< T >virtual
intersects(const BoundingBox3D &box, const BoxIntersectionTestFunc3< T > &testFunc) const overridejet::Octree< T >virtual
intersects(const Ray3D &ray, const RayIntersectionTestFunc3< T > &testFunc) const overridejet::Octree< T >virtual
item(size_t i) constjet::Octree< T >
itemsAtNode(size_t nodeIdx) constjet::Octree< T >
Iterator typedefjet::Octree< T >
maxDepth() constjet::Octree< T >
nearest(const Vector3D &pt, const NearestNeighborDistanceFunc3< T > &distanceFunc) const overridejet::Octree< T >virtual
numberOfItems() constjet::Octree< T >
numberOfNodes() constjet::Octree< T >
Octree()jet::Octree< T >