CubbyFlow::BVH3< T > Member List

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

begin()CubbyFlow::BVH3< T >
begin() constCubbyFlow::BVH3< T >
Build(const std::vector< T > &items, const std::vector< BoundingBox3D > &itemsBounds)CubbyFlow::BVH3< T >
BVH3()CubbyFlow::BVH3< T >
Clear()CubbyFlow::BVH3< T >
ConstIterator typedefCubbyFlow::BVH3< T >
ContainerType typedefCubbyFlow::BVH3< T >
end()CubbyFlow::BVH3< T >
end() constCubbyFlow::BVH3< T >
ForEachIntersectingItem(const BoundingBox3D &box, const BoxIntersectionTestFunc3< T > &testFunc, const IntersectionVisitorFunc3< T > &visitorFunc) const overrideCubbyFlow::BVH3< T >inlinevirtual
ForEachIntersectingItem(const Ray3D &ray, const RayIntersectionTestFunc3< T > &testFunc, const IntersectionVisitorFunc3< T > &visitorFunc) const overrideCubbyFlow::BVH3< T >inlinevirtual
GetBoundingBox() constCubbyFlow::BVH3< T >
GetClosestIntersection(const Ray3D &ray, const GetRayIntersectionFunc3< T > &testFunc) const overrideCubbyFlow::BVH3< T >inlinevirtual
GetItem(size_t i) constCubbyFlow::BVH3< T >
GetNearestNeighbor(const Vector3D &pt, const NearestNeighborDistanceFunc3< T > &distanceFunc) const overrideCubbyFlow::BVH3< T >inlinevirtual
GetNumberOfItems() constCubbyFlow::BVH3< T >
IsIntersects(const BoundingBox3D &box, const BoxIntersectionTestFunc3< T > &testFunc) const overrideCubbyFlow::BVH3< T >inlinevirtual
IsIntersects(const Ray3D &ray, const RayIntersectionTestFunc3< T > &testFunc) const overrideCubbyFlow::BVH3< T >inlinevirtual
Iterator typedefCubbyFlow::BVH3< T >