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

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

#include <jet/point_hash_grid_searcher3.h>

Inheritance diagram for jet::PointHashGridSearcher3::Builder:
jet::PointNeighborSearcherBuilder3

Public Member Functions

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

Detailed Description

Front-end to create PointHashGridSearcher3 objects step by step.

Member Function Documentation

◆ build()

PointHashGridSearcher3 jet::PointHashGridSearcher3::Builder::build ( ) const

Builds PointHashGridSearcher3 instance.

◆ buildPointNeighborSearcher()

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

Returns shared pointer of PointHashGridSearcher3 type.

Implements jet::PointNeighborSearcherBuilder3.

◆ makeShared()

PointHashGridSearcher3Ptr jet::PointHashGridSearcher3::Builder::makeShared ( ) const

Builds shared pointer of PointHashGridSearcher3 instance.

◆ withGridSpacing()

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

Returns builder with grid spacing.

◆ withResolution()

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

Returns builder with resolution.


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