Open3D (C++ API)
|
#include <KDTreeSearchParam.h>
Public Member Functions | |
KDTreeSearchParamRadius (double radius) | |
![]() | |
virtual | ~KDTreeSearchParam () |
SearchType | GetSearchType () const |
Data Fields | |
double | radius_ |
Additional Inherited Members | |
![]() | |
enum class | SearchType { Knn = 0 , Radius = 1 , Hybrid = 2 } |
![]() | |
KDTreeSearchParam (SearchType type) | |
|
inline |
double open3d::geometry::KDTreeSearchParamRadius::radius_ |