CubbyFlow::ListQueryEngine< T, N > Member List
This is the complete list of members for CubbyFlow::ListQueryEngine< T, N >, including all inherited members.
Add(const T &item) | CubbyFlow::ListQueryEngine< T, N > | |
Add(const ConstArrayView1< T > &items) | CubbyFlow::ListQueryEngine< T, N > | |
ClosestIntersection(const Ray< double, N > &ray, const GetRayIntersectionFunc< T, N > &testFunc) const override | CubbyFlow::ListQueryEngine< T, N > | virtual |
ForEachIntersectingItem(const BoundingBox< double, N > &box, const BoxIntersectionTestFunc< T, N > &testFunc, const IntersectionVisitorFunc< T > &visitorFunc) const override | CubbyFlow::ListQueryEngine< T, N > | virtual |
ForEachIntersectingItem(const Ray< double, N > &ray, const RayIntersectionTestFunc< T, N > &testFunc, const IntersectionVisitorFunc< T > &visitorFunc) const override | CubbyFlow::ListQueryEngine< T, N > | virtual |
IntersectionQueryEngine()=default | CubbyFlow::IntersectionQueryEngine< T, N > | |
IntersectionQueryEngine(const IntersectionQueryEngine &other)=default | CubbyFlow::IntersectionQueryEngine< T, N > | |
IntersectionQueryEngine(IntersectionQueryEngine &&other) noexcept=default | CubbyFlow::IntersectionQueryEngine< T, N > | |
Intersects(const BoundingBox< double, N > &box, const BoxIntersectionTestFunc< T, N > &testFunc) const override | CubbyFlow::ListQueryEngine< T, N > | virtual |
Intersects(const Ray< double, N > &ray, const RayIntersectionTestFunc< T, N > &testFunc) const override | CubbyFlow::ListQueryEngine< T, N > | virtual |
Nearest(const Vector< double, N > &pt, const NearestNeighborDistanceFunc< T, N > &distanceFunc) const override | CubbyFlow::ListQueryEngine< T, N > | virtual |
NearestNeighborQueryEngine()=default | CubbyFlow::NearestNeighborQueryEngine< T, N > | |
NearestNeighborQueryEngine(const NearestNeighborQueryEngine &other)=default | CubbyFlow::NearestNeighborQueryEngine< T, N > | |
NearestNeighborQueryEngine(NearestNeighborQueryEngine &&other) noexcept=default | CubbyFlow::NearestNeighborQueryEngine< T, N > | |
CubbyFlow::operator=(const IntersectionQueryEngine &other)=default | CubbyFlow::IntersectionQueryEngine< T, N > | |
CubbyFlow::operator=(IntersectionQueryEngine &&other) noexcept=default | CubbyFlow::IntersectionQueryEngine< T, N > | |
CubbyFlow::NearestNeighborQueryEngine::operator=(const NearestNeighborQueryEngine &other)=default | CubbyFlow::NearestNeighborQueryEngine< T, N > | |
CubbyFlow::NearestNeighborQueryEngine::operator=(NearestNeighborQueryEngine &&other) noexcept=default | CubbyFlow::NearestNeighborQueryEngine< T, N > | |
~IntersectionQueryEngine()=default | CubbyFlow::IntersectionQueryEngine< T, N > | virtual |
~NearestNeighborQueryEngine()=default | CubbyFlow::NearestNeighborQueryEngine< T, N > | virtual |