CubbyFlow::BVH2< T > Member List
This is the complete list of members for CubbyFlow::BVH2< T >, including all inherited members.
begin() | CubbyFlow::BVH2< T > | |
begin() const | CubbyFlow::BVH2< T > | |
Build(const std::vector< T > &items, const std::vector< BoundingBox2D > &itemsBounds) | CubbyFlow::BVH2< T > | |
BVH2() | CubbyFlow::BVH2< T > | |
Clear() | CubbyFlow::BVH2< T > | |
ConstIterator typedef | CubbyFlow::BVH2< T > | |
ContainerType typedef | CubbyFlow::BVH2< T > | |
end() | CubbyFlow::BVH2< T > | |
end() const | CubbyFlow::BVH2< T > | |
ForEachIntersectingItem(const BoundingBox2D &box, const BoxIntersectionTestFunc2< T > &testFunc, const IntersectionVisitorFunc2< T > &visitorFunc) const override | CubbyFlow::BVH2< T > | inlinevirtual |
ForEachIntersectingItem(const Ray2D &ray, const RayIntersectionTestFunc2< T > &testFunc, const IntersectionVisitorFunc2< T > &visitorFunc) const override | CubbyFlow::BVH2< T > | inlinevirtual |
GetBoundingBox() const | CubbyFlow::BVH2< T > | |
GetClosestIntersection(const Ray2D &ray, const GetRayIntersectionFunc2< T > &testFunc) const override | CubbyFlow::BVH2< T > | inlinevirtual |
GetItem(size_t i) const | CubbyFlow::BVH2< T > | |
GetNearestNeighbor(const Vector2D &pt, const NearestNeighborDistanceFunc2< T > &distanceFunc) const override | CubbyFlow::BVH2< T > | inlinevirtual |
GetNumberOfItems() const | CubbyFlow::BVH2< T > | |
IsIntersects(const BoundingBox2D &box, const BoxIntersectionTestFunc2< T > &testFunc) const override | CubbyFlow::BVH2< T > | inlinevirtual |
IsIntersects(const Ray2D &ray, const RayIntersectionTestFunc2< T > &testFunc) const override | CubbyFlow::BVH2< T > | inlinevirtual |
Iterator typedef | CubbyFlow::BVH2< T > |