| Jet
    v1.3.3
    | 
Front-end to create PointHashGridSearcher2 objects step by step. More...
#include <jet/point_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... | |
| PointHashGridSearcher2 | build () const | 
| Builds PointHashGridSearcher2 instance.  More... | |
| PointHashGridSearcher2Ptr | makeShared () const | 
| Builds shared pointer of PointHashGridSearcher2 instance.  More... | |
| PointNeighborSearcher2Ptr | buildPointNeighborSearcher () const override | 
| Returns shared pointer of PointNeighborSearcher3 type.  More... | |
Front-end to create PointHashGridSearcher2 objects step by step.
| PointHashGridSearcher2 jet::PointHashGridSearcher2::Builder::build | ( | ) | const | 
Builds PointHashGridSearcher2 instance.
| 
 | overridevirtual | 
Returns shared pointer of PointNeighborSearcher3 type.
Implements jet::PointNeighborSearcherBuilder2.
| PointHashGridSearcher2Ptr jet::PointHashGridSearcher2::Builder::makeShared | ( | ) | const | 
Builds shared pointer of PointHashGridSearcher2 instance.
| Builder& jet::PointHashGridSearcher2::Builder::withGridSpacing | ( | double | gridSpacing | ) | 
Returns builder with grid spacing.
Returns builder with resolution.
 1.8.18
 1.8.18