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() const | CubbyFlow::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 typedef | CubbyFlow::BVH3< T > | |
ContainerType typedef | CubbyFlow::BVH3< T > | |
end() | CubbyFlow::BVH3< T > | |
end() const | CubbyFlow::BVH3< T > | |
ForEachIntersectingItem(const BoundingBox3D &box, const BoxIntersectionTestFunc3< T > &testFunc, const IntersectionVisitorFunc3< T > &visitorFunc) const override | CubbyFlow::BVH3< T > | inlinevirtual |
ForEachIntersectingItem(const Ray3D &ray, const RayIntersectionTestFunc3< T > &testFunc, const IntersectionVisitorFunc3< T > &visitorFunc) const override | CubbyFlow::BVH3< T > | inlinevirtual |
GetBoundingBox() const | CubbyFlow::BVH3< T > | |
GetClosestIntersection(const Ray3D &ray, const GetRayIntersectionFunc3< T > &testFunc) const override | CubbyFlow::BVH3< T > | inlinevirtual |
GetItem(size_t i) const | CubbyFlow::BVH3< T > | |
GetNearestNeighbor(const Vector3D &pt, const NearestNeighborDistanceFunc3< T > &distanceFunc) const override | CubbyFlow::BVH3< T > | inlinevirtual |
GetNumberOfItems() const | CubbyFlow::BVH3< T > | |
IsIntersects(const BoundingBox3D &box, const BoxIntersectionTestFunc3< T > &testFunc) const override | CubbyFlow::BVH3< T > | inlinevirtual |
IsIntersects(const Ray3D &ray, const RayIntersectionTestFunc3< T > &testFunc) const override | CubbyFlow::BVH3< T > | inlinevirtual |
Iterator typedef | CubbyFlow::BVH3< T > |