Open3D (C++ API)
0.12.0
|
Base class for KDTree search parameters. More...
#include <KDTreeSearchParam.h>
Public Types | |
enum | SearchType { SearchType::Knn = 0, SearchType::Radius = 1, SearchType::Hybrid = 2 } |
Specifies the search type for the search. More... | |
Public Member Functions | |
virtual | ~KDTreeSearchParam () |
SearchType | GetSearchType () const |
Get the search type (KNN, Radius, Hybrid) for the search parameter. More... | |
Protected Member Functions | |
KDTreeSearchParam (SearchType type) | |
Base class for KDTree search parameters.
|
strong |
|
inlinevirtual |
|
inlineprotected |
|
inline |
Get the search type (KNN, Radius, Hybrid) for the search parameter.