Loading...
Searching...
No Matches
CubbyFlow::PointParallelHashGridSearcher< N >::Builder Class Referencefinal
Front-end to create PointParallelHashGridSearcher objects step by step. More...
#include <Core/Searcher/PointParallelHashGridSearcher.hpp>
Inheritance diagram for CubbyFlow::PointParallelHashGridSearcher< N >::Builder:
Detailed Description
template<size_t N>
class CubbyFlow::PointParallelHashGridSearcher< N >::Builder
class CubbyFlow::PointParallelHashGridSearcher< N >::Builder
Front-end to create PointParallelHashGridSearcher objects step by step.
Constructor & Destructor Documentation
◆ Builder() [1/3]
template<size_t N>
|
default |
Default constructor.
◆ ~Builder()
template<size_t N>
|
overridedefault |
Default virtual destructor.
◆ Builder() [2/3]
template<size_t N>
|
delete |
Deleted copy constructor.
◆ Builder() [3/3]
template<size_t N>
|
deletenoexcept |
Deleted move constructor.
Member Function Documentation
◆ Build()
template<size_t N>
| PointParallelHashGridSearcher< N > CubbyFlow::PointParallelHashGridSearcher< N >::Builder::Build | ( | ) | const |
Builds PointParallelHashGridSearcher instance.
◆ BuildPointNeighborSearcher()
template<size_t N>
|
overridevirtual |
Returns shared pointer of PointNeighborSearcher type.
Implements CubbyFlow::PointNeighborSearcherBuilder< N >.
◆ MakeShared()
template<size_t N>
| std::shared_ptr< PointParallelHashGridSearcher< N > > CubbyFlow::PointParallelHashGridSearcher< N >::Builder::MakeShared | ( | ) | const |
Builds shared pointer of PointParallelHashGridSearcher instance.
◆ operator=() [1/2]
template<size_t N>
|
deletenoexcept |
Deleted move assignment operator.
◆ operator=() [2/2]
template<size_t N>
|
delete |
Deleted copy assignment operator.
◆ WithGridSpacing()
template<size_t N>
| Builder & CubbyFlow::PointParallelHashGridSearcher< N >::Builder::WithGridSpacing | ( | double | gridSpacing | ) |
Returns builder with grid spacing.
◆ WithResolution()
template<size_t N>
| Builder & CubbyFlow::PointParallelHashGridSearcher< N >::Builder::WithResolution | ( | const Vector< size_t, N > & | resolution | ) |
Returns builder with resolution.
The documentation for this class was generated from the following file:
- Core/Searcher/PointParallelHashGridSearcher.hpp
Public Member Functions inherited from
1.9.8