![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Base class for KDTree search parameters. More...
#include <ecvKDTreeSearchParam.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.
Definition at line 18 of file ecvKDTreeSearchParam.h.
Specifies the search type for the search.
| Enumerator | |
|---|---|
| Knn | |
| Radius | |
| Hybrid | |
Definition at line 23 of file ecvKDTreeSearchParam.h.
|
inlinevirtual |
Definition at line 30 of file ecvKDTreeSearchParam.h.
|
inlineprotected |
Definition at line 33 of file ecvKDTreeSearchParam.h.
|
inline |
Get the search type (KNN, Radius, Hybrid) for the search parameter.
Definition at line 37 of file ecvKDTreeSearchParam.h.
Referenced by cloudViewer::geometry::pybind_kdtreeflann(), and cloudViewer::geometry::KDTreeFlann::Search().