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() constCubbyFlow::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 >
ClosestIntersection(const Ray3D &ray, const GetRayIntersectionFunc3< T > &testFunc) const overrideCubbyFlow::Octree< T >
CubbyFlow::IntersectionQueryEngine::ClosestIntersection(const Ray< double, N > &ray, const GetRayIntersectionFunc< T, N > &testFunc) const =0CubbyFlow::IntersectionQueryEngine< T, N >pure virtual
ConstIterator typedefCubbyFlow::Octree< T >
ContainerType typedefCubbyFlow::Octree< T >
end()CubbyFlow::Octree< T >
end() constCubbyFlow::Octree< T >
ForEachIntersectingItem(const BoundingBox3D &box, const BoxIntersectionTestFunc3< T > &testFunc, const IntersectionVisitorFunc< T > &visitorFunc) const overrideCubbyFlow::Octree< T >
ForEachIntersectingItem(const Ray3D &ray, const RayIntersectionTestFunc3< T > &testFunc, const IntersectionVisitorFunc< T > &visitorFunc) const overrideCubbyFlow::Octree< T >
CubbyFlow::IntersectionQueryEngine::ForEachIntersectingItem(const BoundingBox< double, N > &box, const BoxIntersectionTestFunc< T, N > &testFunc, const IntersectionVisitorFunc< T > &visitorFunc) const =0CubbyFlow::IntersectionQueryEngine< T, N >pure virtual
CubbyFlow::IntersectionQueryEngine::ForEachIntersectingItem(const Ray< double, N > &ray, const RayIntersectionTestFunc< T, N > &testFunc, const IntersectionVisitorFunc< T > &visitorFunc) const =0CubbyFlow::IntersectionQueryEngine< T, N >pure virtual
GetBoundingBox() constCubbyFlow::Octree< T >
GetChildIndex(size_t nodeIdx, size_t childIdx) constCubbyFlow::Octree< T >
GetItem(size_t i) constCubbyFlow::Octree< T >
GetItemsAtNode(size_t nodeIdx) constCubbyFlow::Octree< T >
GetMaxDepth() constCubbyFlow::Octree< T >
GetNumberOfItems() constCubbyFlow::Octree< T >
GetNumberOfNodes() constCubbyFlow::Octree< T >
IntersectionQueryEngine()=defaultCubbyFlow::IntersectionQueryEngine< T, N >
IntersectionQueryEngine(const IntersectionQueryEngine &other)=defaultCubbyFlow::IntersectionQueryEngine< T, N >
IntersectionQueryEngine(IntersectionQueryEngine &&other) noexcept=defaultCubbyFlow::IntersectionQueryEngine< T, N >
Intersects(const BoundingBox3D &box, const BoxIntersectionTestFunc3< T > &testFunc) const overrideCubbyFlow::Octree< T >
Intersects(const Ray3D &ray, const RayIntersectionTestFunc3< T > &testFunc) const overrideCubbyFlow::Octree< T >
CubbyFlow::IntersectionQueryEngine::Intersects(const BoundingBox< double, N > &box, const BoxIntersectionTestFunc< T, N > &testFunc) const =0CubbyFlow::IntersectionQueryEngine< T, N >pure virtual
CubbyFlow::IntersectionQueryEngine::Intersects(const Ray< double, N > &ray, const RayIntersectionTestFunc< T, N > &testFunc) const =0CubbyFlow::IntersectionQueryEngine< T, N >pure virtual
Iterator typedefCubbyFlow::Octree< T >
Nearest(const Vector3D &pt, const NearestNeighborDistanceFunc3< T > &distanceFunc) const overrideCubbyFlow::Octree< T >
CubbyFlow::NearestNeighborQueryEngine::Nearest(const Vector< double, N > &pt, const NearestNeighborDistanceFunc< T, N > &distanceFunc) const =0CubbyFlow::NearestNeighborQueryEngine< T, N >pure virtual
NearestNeighborQueryEngine()=defaultCubbyFlow::NearestNeighborQueryEngine< T, N >
NearestNeighborQueryEngine(const NearestNeighborQueryEngine &other)=defaultCubbyFlow::NearestNeighborQueryEngine< T, N >
NearestNeighborQueryEngine(NearestNeighborQueryEngine &&other) noexcept=defaultCubbyFlow::NearestNeighborQueryEngine< T, N >
Octree()=defaultCubbyFlow::Octree< T >
Octree(const Octree &)=defaultCubbyFlow::Octree< T >
Octree(Octree &&) noexcept=defaultCubbyFlow::Octree< T >
operator=(const Octree &)=defaultCubbyFlow::Octree< T >
operator=(Octree &&) noexcept=defaultCubbyFlow::Octree< T >
CubbyFlow::IntersectionQueryEngine::operator=(const IntersectionQueryEngine &other)=defaultCubbyFlow::IntersectionQueryEngine< T, N >
CubbyFlow::IntersectionQueryEngine::operator=(IntersectionQueryEngine &&other) noexcept=defaultCubbyFlow::IntersectionQueryEngine< T, N >
CubbyFlow::NearestNeighborQueryEngine::operator=(const NearestNeighborQueryEngine &other)=defaultCubbyFlow::NearestNeighborQueryEngine< T, N >
CubbyFlow::NearestNeighborQueryEngine::operator=(NearestNeighborQueryEngine &&other) noexcept=defaultCubbyFlow::NearestNeighborQueryEngine< T, N >
~IntersectionQueryEngine()=defaultCubbyFlow::IntersectionQueryEngine< T, N >virtual
~NearestNeighborQueryEngine()=defaultCubbyFlow::NearestNeighborQueryEngine< T, N >virtual
~Octree()=defaultCubbyFlow::Octree< T >virtual