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() const | CubbyFlow::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 typedef | CubbyFlow::Quadtree< T > | |
ContainerType typedef | CubbyFlow::Quadtree< T > | |
end() | CubbyFlow::Quadtree< T > | |
end() const | CubbyFlow::Quadtree< T > | |
ForEachIntersectingItem(const BoundingBox2D &box, const BoxIntersectionTestFunc2< T > &testFunc, const IntersectionVisitorFunc2< T > &visitorFunc) const override | CubbyFlow::Quadtree< T > | virtual |
ForEachIntersectingItem(const Ray2D &ray, const RayIntersectionTestFunc2< T > &testFunc, const IntersectionVisitorFunc2< T > &visitorFunc) const override | CubbyFlow::Quadtree< T > | virtual |
GetBoundingBox() const | CubbyFlow::Quadtree< T > | |
GetChildIndex(size_t nodeIdx, size_t childIdx) const | CubbyFlow::Quadtree< T > | |
GetClosestIntersection(const Ray2D &ray, const GetRayIntersectionFunc2< T > &testFunc) const override | CubbyFlow::Quadtree< T > | virtual |
GetItem(size_t i) const | CubbyFlow::Quadtree< T > | |
GetItemsAtNode(size_t nodeIdx) const | CubbyFlow::Quadtree< T > | |
GetMaxDepth() const | CubbyFlow::Quadtree< T > | |
GetNearestNeighbor(const Vector2D &pt, const NearestNeighborDistanceFunc2< T > &distanceFunc) const override | CubbyFlow::Quadtree< T > | virtual |
GetNumberOfItems() const | CubbyFlow::Quadtree< T > | |
GetNumberOfNodes() const | CubbyFlow::Quadtree< T > | |
IsIntersects(const BoundingBox2D &box, const BoxIntersectionTestFunc2< T > &testFunc) const override | CubbyFlow::Quadtree< T > | virtual |
IsIntersects(const Ray2D &ray, const RayIntersectionTestFunc2< T > &testFunc) const override | CubbyFlow::Quadtree< T > | virtual |
Iterator typedef | CubbyFlow::Quadtree< T > | |
Quadtree() | CubbyFlow::Quadtree< T > |