Jet  v1.3.3
Public Member Functions | List of all members
jet::PointParallelHashGridSearcher2::Builder Class Referencefinal

Front-end to create PointParallelHashGridSearcher2 objects step by step. More...

#include <jet/point_parallel_hash_grid_searcher2.h>

Inheritance diagram for jet::PointParallelHashGridSearcher2::Builder:
jet::PointNeighborSearcherBuilder2

Public Member Functions

BuilderwithResolution (const Size2 &resolution)
 Returns builder with resolution. More...
 
BuilderwithGridSpacing (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...
 

Detailed Description

Front-end to create PointParallelHashGridSearcher2 objects step by step.

Member Function Documentation

◆ build()

PointParallelHashGridSearcher2 jet::PointParallelHashGridSearcher2::Builder::build ( ) const

◆ buildPointNeighborSearcher()

PointNeighborSearcher2Ptr jet::PointParallelHashGridSearcher2::Builder::buildPointNeighborSearcher ( ) const
overridevirtual

Returns shared pointer of PointNeighborSearcher3 type.

Implements jet::PointNeighborSearcherBuilder2.

◆ makeShared()

PointParallelHashGridSearcher2Ptr jet::PointParallelHashGridSearcher2::Builder::makeShared ( ) const

Builds shared pointer of PointParallelHashGridSearcher2 instance.

◆ withGridSpacing()

Builder& jet::PointParallelHashGridSearcher2::Builder::withGridSpacing ( double  gridSpacing)

Returns builder with grid spacing.

◆ withResolution()

Builder& jet::PointParallelHashGridSearcher2::Builder::withResolution ( const Size2 resolution)

Returns builder with resolution.


The documentation for this class was generated from the following file: