![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
KDTree search parameters for pure radius search. More...
#include <ecvKDTreeSearchParam.h>


Public Member Functions | |
| KDTreeSearchParamRadius (double radius) | |
| Default Cosntructor. More... | |
Public Member Functions inherited from cloudViewer::geometry::KDTreeSearchParam | |
| virtual | ~KDTreeSearchParam () |
| SearchType | GetSearchType () const |
| Get the search type (KNN, Radius, Hybrid) for the search parameter. More... | |
Public Attributes | |
| double | radius_ |
| Search radius. More... | |
Additional Inherited Members | |
Public Types inherited from cloudViewer::geometry::KDTreeSearchParam | |
| enum class | SearchType { Knn = 0 , Radius = 1 , Hybrid = 2 } |
| Specifies the search type for the search. More... | |
Protected Member Functions inherited from cloudViewer::geometry::KDTreeSearchParam | |
| KDTreeSearchParam (SearchType type) | |
KDTree search parameters for pure radius search.
Definition at line 63 of file ecvKDTreeSearchParam.h.
|
inline |
Default Cosntructor.
| radius | Specifies the radius of the search. |
Definition at line 68 of file ecvKDTreeSearchParam.h.
| double cloudViewer::geometry::KDTreeSearchParamRadius::radius_ |
Search radius.
Definition at line 73 of file ecvKDTreeSearchParam.h.
Referenced by cloudViewer::geometry::pybind_kdtreeflann().