CubbyFlow::IntersectionQueryEngine3< T > Member List

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

ForEachIntersectingItem(const BoundingBox3D &box, const BoxIntersectionTestFunc3< T > &testFunc, const IntersectionVisitorFunc3< T > &visitorFunc) const =0CubbyFlow::IntersectionQueryEngine3< T >pure virtual
ForEachIntersectingItem(const Ray3D &ray, const RayIntersectionTestFunc3< T > &testFunc, const IntersectionVisitorFunc3< T > &visitorFunc) const =0CubbyFlow::IntersectionQueryEngine3< T >pure virtual
GetClosestIntersection(const Ray3D &ray, const GetRayIntersectionFunc3< T > &testFunc) const =0CubbyFlow::IntersectionQueryEngine3< T >pure virtual
IsIntersects(const BoundingBox3D &box, const BoxIntersectionTestFunc3< T > &testFunc) const =0CubbyFlow::IntersectionQueryEngine3< T >pure virtual
IsIntersects(const Ray3D &ray, const RayIntersectionTestFunc3< T > &testFunc) const =0CubbyFlow::IntersectionQueryEngine3< T >pure virtual