CubbyFlow::ListQueryEngine3< T > Member List
This is the complete list of members for CubbyFlow::ListQueryEngine3< T >, including all inherited members.
Add(const T &item) | CubbyFlow::ListQueryEngine3< T > | |
Add(const std::vector< T > &items) | CubbyFlow::ListQueryEngine3< T > | |
ForEachIntersectingItem(const BoundingBox3D &box, const BoxIntersectionTestFunc3< T > &testFunc, const IntersectionVisitorFunc3< T > &visitorFunc) const override | CubbyFlow::ListQueryEngine3< T > | virtual |
ForEachIntersectingItem(const Ray3D &ray, const RayIntersectionTestFunc3< T > &testFunc, const IntersectionVisitorFunc3< T > &visitorFunc) const override | CubbyFlow::ListQueryEngine3< T > | virtual |
GetClosestIntersection(const Ray3D &ray, const GetRayIntersectionFunc3< T > &testFunc) const override | CubbyFlow::ListQueryEngine3< T > | virtual |
GetNearestNeighbor(const Vector3D &pt, const NearestNeighborDistanceFunc3< T > &distanceFunc) const override | CubbyFlow::ListQueryEngine3< T > | virtual |
IsIntersects(const BoundingBox3D &box, const BoxIntersectionTestFunc3< T > &testFunc) const override | CubbyFlow::ListQueryEngine3< T > | virtual |
IsIntersects(const Ray3D &ray, const RayIntersectionTestFunc3< T > &testFunc) const override | CubbyFlow::ListQueryEngine3< T > | virtual |