PointParallelHashGridSearcher.hpp File Reference
Go to the source code of this file.
Classes | |
class | CubbyFlow::PointParallelHashGridSearcher< N > |
Parallel version of hash grid-based N-D point searcher. More... | |
class | CubbyFlow::PointParallelHashGridSearcher< N >::Builder |
Front-end to create PointParallelHashGridSearcher objects step by step. More... | |
Namespaces | |
CubbyFlow | |
Typedefs | |
using | CubbyFlow::PointParallelHashGridSearcher2 = PointParallelHashGridSearcher< 2 > |
2-D PointParallelHashGridSearcher type. More... | |
using | CubbyFlow::PointParallelHashGridSearcher3 = PointParallelHashGridSearcher< 3 > |
3-D PointParallelHashGridSearcher type. More... | |
using | CubbyFlow::PointParallelHashGridSearcher2Ptr = std::shared_ptr< PointParallelHashGridSearcher2 > |
Shared pointer for the PointParallelHashGridSearcher2 type. More... | |
using | CubbyFlow::PointParallelHashGridSearcher3Ptr = std::shared_ptr< PointParallelHashGridSearcher3 > |
Shared pointer for the PointParallelHashGridSearcher3 type. More... | |