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

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

#include <jet/point_parallel_hash_grid_searcher3.h>

Inheritance diagram for jet::PointParallelHashGridSearcher3::Builder:
jet::PointNeighborSearcherBuilder3

Public Member Functions

BuilderwithResolution (const Size3 &resolution)
 Returns builder with resolution. More...
 
BuilderwithGridSpacing (double gridSpacing)
 Returns builder with grid spacing. More...
 
PointParallelHashGridSearcher3 build () const
 Builds PointParallelHashGridSearcher3 instance. More...
 
PointParallelHashGridSearcher3Ptr makeShared () const
 Builds shared pointer of PointParallelHashGridSearcher3 instance. More...
 
PointNeighborSearcher3Ptr buildPointNeighborSearcher () const override
 Returns shared pointer of PointNeighborSearcher3 type. More...
 

Detailed Description

Front-end to create PointParallelHashGridSearcher3 objects step by step.

Member Function Documentation

◆ build()

PointParallelHashGridSearcher3 jet::PointParallelHashGridSearcher3::Builder::build ( ) const

◆ buildPointNeighborSearcher()

PointNeighborSearcher3Ptr jet::PointParallelHashGridSearcher3::Builder::buildPointNeighborSearcher ( ) const
overridevirtual

Returns shared pointer of PointNeighborSearcher3 type.

Implements jet::PointNeighborSearcherBuilder3.

◆ makeShared()

PointParallelHashGridSearcher3Ptr jet::PointParallelHashGridSearcher3::Builder::makeShared ( ) const

Builds shared pointer of PointParallelHashGridSearcher3 instance.

◆ withGridSpacing()

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

Returns builder with grid spacing.

◆ withResolution()

Builder& jet::PointParallelHashGridSearcher3::Builder::withResolution ( const Size3 resolution)

Returns builder with resolution.


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