CubbyFlow::Octree< T > Member List
This is the complete list of members for CubbyFlow::Octree< T >, including all inherited members.
begin() | CubbyFlow::Octree< T > | |
begin() const | CubbyFlow::Octree< T > | |
Build(const std::vector< T > &items, const BoundingBox3D &bound, const BoxIntersectionTestFunc3< T > &testFunc, size_t maxDepth) | CubbyFlow::Octree< T > | |
Clear() | CubbyFlow::Octree< T > | |
ConstIterator typedef | CubbyFlow::Octree< T > | |
ContainerType typedef | CubbyFlow::Octree< T > | |
end() | CubbyFlow::Octree< T > | |
end() const | CubbyFlow::Octree< T > | |
ForEachIntersectingItem(const BoundingBox3D &box, const BoxIntersectionTestFunc3< T > &testFunc, const IntersectionVisitorFunc3< T > &visitorFunc) const override | CubbyFlow::Octree< T > | virtual |
ForEachIntersectingItem(const Ray3D &ray, const RayIntersectionTestFunc3< T > &testFunc, const IntersectionVisitorFunc3< T > &visitorFunc) const override | CubbyFlow::Octree< T > | virtual |
GetBoundingBox() const | CubbyFlow::Octree< T > | |
GetChildIndex(size_t nodeIdx, size_t childIdx) const | CubbyFlow::Octree< T > | |
GetClosestIntersection(const Ray3D &ray, const GetRayIntersectionFunc3< T > &testFunc) const override | CubbyFlow::Octree< T > | virtual |
GetItem(size_t i) const | CubbyFlow::Octree< T > | |
GetItemsAtNode(size_t nodeIdx) const | CubbyFlow::Octree< T > | |
GetMaxDepth() const | CubbyFlow::Octree< T > | |
GetNearestNeighbor(const Vector3D &pt, const NearestNeighborDistanceFunc3< T > &distanceFunc) const override | CubbyFlow::Octree< T > | virtual |
GetNumberOfItems() const | CubbyFlow::Octree< T > | |
GetNumberOfNodes() const | CubbyFlow::Octree< T > | |
IsIntersects(const BoundingBox3D &box, const BoxIntersectionTestFunc3< T > &testFunc) const override | CubbyFlow::Octree< T > | virtual |
IsIntersects(const Ray3D &ray, const RayIntersectionTestFunc3< T > &testFunc) const override | CubbyFlow::Octree< T > | virtual |
Iterator typedef | CubbyFlow::Octree< T > | |
Octree() | CubbyFlow::Octree< T > |