CubbyFlow::PointKdTreeSearcher3::Builder Class Referencefinal

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

#include <Core/Searcher/PointKdTreeSearcher3.h>

Inheritance diagram for CubbyFlow::PointKdTreeSearcher3::Builder:
CubbyFlow::PointNeighborSearcherBuilder3

Public Member Functions

PointKdTreeSearcher3 Build () const
 Builds PointKdTreeSearcher3 instance. More...
 
PointKdTreeSearcher3Ptr MakeShared () const
 Builds shared pointer of PointKdTreeSearcher3 instance. More...
 
PointNeighborSearcher3Ptr BuildPointNeighborSearcher () const override
 Returns shared pointer of PointNeighborSearcher3 type. More...
 
- Public Member Functions inherited from CubbyFlow::PointNeighborSearcherBuilder3
virtual ~PointNeighborSearcherBuilder3 ()
 

Detailed Description

Front-end to create PointKdTreeSearcher3 objects step by step.

Member Function Documentation

◆ Build()

PointKdTreeSearcher3 CubbyFlow::PointKdTreeSearcher3::Builder::Build ( ) const

Builds PointKdTreeSearcher3 instance.

◆ BuildPointNeighborSearcher()

PointNeighborSearcher3Ptr CubbyFlow::PointKdTreeSearcher3::Builder::BuildPointNeighborSearcher ( ) const
overridevirtual

Returns shared pointer of PointNeighborSearcher3 type.

Implements CubbyFlow::PointNeighborSearcherBuilder3.

◆ MakeShared()

PointKdTreeSearcher3Ptr CubbyFlow::PointKdTreeSearcher3::Builder::MakeShared ( ) const

Builds shared pointer of PointKdTreeSearcher3 instance.


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