PointSimpleListSearcher.hpp File Reference
#include <Core/Searcher/PointNeighborSearcher.hpp>
Go to the source code of this file.
Classes | |
class | CubbyFlow::PointSimpleListSearcher< N > |
Simple ad-hoc N-D point searcher. More... | |
class | CubbyFlow::PointSimpleListSearcher< N >::Builder |
Front-end to create PointSimpleListSearcher objects step by step. More... | |
Namespaces | |
CubbyFlow | |
Typedefs | |
using | CubbyFlow::PointSimpleListSearcher2 = PointSimpleListSearcher< 2 > |
2-D PointSimpleListSearcher type. More... | |
using | CubbyFlow::PointSimpleListSearcher3 = PointSimpleListSearcher< 3 > |
3-D PointSimpleListSearcher type. More... | |
using | CubbyFlow::PointSimpleListSearcher2Ptr = std::shared_ptr< PointSimpleListSearcher< 2 > > |
Shared pointer for the PointSimpleListSearcher2 type. More... | |
using | CubbyFlow::PointSimpleListSearcher3Ptr = std::shared_ptr< PointSimpleListSearcher< 3 > > |
Shared pointer for the PointSimpleListSearcher3 type. More... | |