CubbyFlow::ListQueryEngine2< T > Member List
This is the complete list of members for CubbyFlow::ListQueryEngine2< T >, including all inherited members.
Add(const T &item) | CubbyFlow::ListQueryEngine2< T > | |
Add(const std::vector< T > &items) | CubbyFlow::ListQueryEngine2< T > | |
ForEachIntersectingItem(const BoundingBox2D &box, const BoxIntersectionTestFunc2< T > &testFunc, const IntersectionVisitorFunc2< T > &visitorFunc) const override | CubbyFlow::ListQueryEngine2< T > | virtual |
ForEachIntersectingItem(const Ray2D &ray, const RayIntersectionTestFunc2< T > &testFunc, const IntersectionVisitorFunc2< T > &visitorFunc) const override | CubbyFlow::ListQueryEngine2< T > | virtual |
GetClosestIntersection(const Ray2D &ray, const GetRayIntersectionFunc2< T > &testFunc) const override | CubbyFlow::ListQueryEngine2< T > | virtual |
GetNearestNeighbor(const Vector2D &pt, const NearestNeighborDistanceFunc2< T > &distanceFunc) const override | CubbyFlow::ListQueryEngine2< T > | virtual |
IsIntersects(const BoundingBox2D &box, const BoxIntersectionTestFunc2< T > &testFunc) const override | CubbyFlow::ListQueryEngine2< T > | virtual |
IsIntersects(const Ray2D &ray, const RayIntersectionTestFunc2< T > &testFunc) const override | CubbyFlow::ListQueryEngine2< T > | virtual |