Open3D (C++ API)
0.17.0
|
Base class for KDTree search parameters. More...
#include <KDTreeSearchParam.h>
Public Types | |
enum class | SearchType { Knn = 0 , Radius = 1 , 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.