PointKdTreeSearcher.hpp File Reference
Go to the source code of this file.
Classes | |
class | CubbyFlow::PointKdTreeSearcher< N > |
KdTree-based N-D point searcher. More... | |
class | CubbyFlow::PointKdTreeSearcher< N >::Builder |
Front-end to create PointKdTreeSearcher objects step by step. More... | |
Namespaces | |
CubbyFlow | |
Typedefs | |
using | CubbyFlow::PointKdTreeSearcher2 = PointKdTreeSearcher< 2 > |
2-D PointKdTreeSearcher type. More... | |
using | CubbyFlow::PointKdTreeSearcher3 = PointKdTreeSearcher< 3 > |
3-D PointKdTreeSearcher type. More... | |
using | CubbyFlow::PointKdTreeSearcher2Ptr = std::shared_ptr< PointKdTreeSearcher2 > |
Shared pointer for the PointKdTreeSearcher2 type. More... | |
using | CubbyFlow::PointKdTreeSearcher3Ptr = std::shared_ptr< PointKdTreeSearcher3 > |
Shared pointer for the PointKdTreeSearcher3 type. More... | |