CubbyFlow::Quadtree< T > Member List

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

begin()CubbyFlow::Quadtree< T >
begin() constCubbyFlow::Quadtree< T >
Build(const std::vector< T > &items, const BoundingBox2D &bound, const BoxIntersectionTestFunc2< T > &testFunc, size_t maxDepth)CubbyFlow::Quadtree< T >
Clear()CubbyFlow::Quadtree< T >
ConstIterator typedefCubbyFlow::Quadtree< T >
ContainerType typedefCubbyFlow::Quadtree< T >
end()CubbyFlow::Quadtree< T >
end() constCubbyFlow::Quadtree< T >
ForEachIntersectingItem(const BoundingBox2D &box, const BoxIntersectionTestFunc2< T > &testFunc, const IntersectionVisitorFunc2< T > &visitorFunc) const overrideCubbyFlow::Quadtree< T >virtual
ForEachIntersectingItem(const Ray2D &ray, const RayIntersectionTestFunc2< T > &testFunc, const IntersectionVisitorFunc2< T > &visitorFunc) const overrideCubbyFlow::Quadtree< T >virtual
GetBoundingBox() constCubbyFlow::Quadtree< T >
GetChildIndex(size_t nodeIdx, size_t childIdx) constCubbyFlow::Quadtree< T >
GetClosestIntersection(const Ray2D &ray, const GetRayIntersectionFunc2< T > &testFunc) const overrideCubbyFlow::Quadtree< T >virtual
GetItem(size_t i) constCubbyFlow::Quadtree< T >
GetItemsAtNode(size_t nodeIdx) constCubbyFlow::Quadtree< T >
GetMaxDepth() constCubbyFlow::Quadtree< T >
GetNearestNeighbor(const Vector2D &pt, const NearestNeighborDistanceFunc2< T > &distanceFunc) const overrideCubbyFlow::Quadtree< T >virtual
GetNumberOfItems() constCubbyFlow::Quadtree< T >
GetNumberOfNodes() constCubbyFlow::Quadtree< T >
IsIntersects(const BoundingBox2D &box, const BoxIntersectionTestFunc2< T > &testFunc) const overrideCubbyFlow::Quadtree< T >virtual
IsIntersects(const Ray2D &ray, const RayIntersectionTestFunc2< T > &testFunc) const overrideCubbyFlow::Quadtree< T >virtual
Iterator typedefCubbyFlow::Quadtree< T >
Quadtree()CubbyFlow::Quadtree< T >