CubbyFlow::PointKdTreeSearcher2::Builder Class Referencefinal

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

#include <Core/Searcher/PointKdTreeSearcher2.h>

Inheritance diagram for CubbyFlow::PointKdTreeSearcher2::Builder:
CubbyFlow::PointNeighborSearcherBuilder2

Public Member Functions

PointKdTreeSearcher2 Build () const
 Builds PointKdTreeSearcher2 instance. More...
 
PointKdTreeSearcher2Ptr MakeShared () const
 Builds shared pointer of PointKdTreeSearcher2 instance. More...
 
PointNeighborSearcher2Ptr BuildPointNeighborSearcher () const override
 Returns shared pointer of PointNeighborSearcher3 type. More...
 
- Public Member Functions inherited from CubbyFlow::PointNeighborSearcherBuilder2
virtual ~PointNeighborSearcherBuilder2 ()
 

Detailed Description

Front-end to create PointKdTreeSearcher2 objects step by step.

Member Function Documentation

◆ Build()

PointKdTreeSearcher2 CubbyFlow::PointKdTreeSearcher2::Builder::Build ( ) const

Builds PointKdTreeSearcher2 instance.

◆ BuildPointNeighborSearcher()

PointNeighborSearcher2Ptr CubbyFlow::PointKdTreeSearcher2::Builder::BuildPointNeighborSearcher ( ) const
overridevirtual

Returns shared pointer of PointNeighborSearcher3 type.

Implements CubbyFlow::PointNeighborSearcherBuilder2.

◆ MakeShared()

PointKdTreeSearcher2Ptr CubbyFlow::PointKdTreeSearcher2::Builder::MakeShared ( ) const

Builds shared pointer of PointKdTreeSearcher2 instance.


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