|
Jet
v1.3.3
|
Front-end to create PointParallelHashGridSearcher2 objects step by step. More...
#include <jet/point_parallel_hash_grid_searcher2.h>
Public Member Functions | |
| Builder & | withResolution (const Size2 &resolution) |
| Returns builder with resolution. More... | |
| Builder & | withGridSpacing (double gridSpacing) |
| Returns builder with grid spacing. More... | |
| PointParallelHashGridSearcher2 | build () const |
| Builds PointParallelHashGridSearcher2 instance. More... | |
| PointParallelHashGridSearcher2Ptr | makeShared () const |
| Builds shared pointer of PointParallelHashGridSearcher2 instance. More... | |
| PointNeighborSearcher2Ptr | buildPointNeighborSearcher () const override |
| Returns shared pointer of PointNeighborSearcher3 type. More... | |
Front-end to create PointParallelHashGridSearcher2 objects step by step.
| PointParallelHashGridSearcher2 jet::PointParallelHashGridSearcher2::Builder::build | ( | ) | const |
Builds PointParallelHashGridSearcher2 instance.
|
overridevirtual |
Returns shared pointer of PointNeighborSearcher3 type.
Implements jet::PointNeighborSearcherBuilder2.
| PointParallelHashGridSearcher2Ptr jet::PointParallelHashGridSearcher2::Builder::makeShared | ( | ) | const |
Builds shared pointer of PointParallelHashGridSearcher2 instance.
| Builder& jet::PointParallelHashGridSearcher2::Builder::withGridSpacing | ( | double | gridSpacing | ) |
Returns builder with grid spacing.
Returns builder with resolution.
1.8.18