Definition at line 85 of file KDTreeCapable.h.
#include <mrpt/math/KDTreeCapable.h>
Public Member Functions | |
| TKDTreeSearchParams () | |
Public Attributes | |
| int | nChecks |
| The number of checks for ANN (default: 32) - corresponds to FLANN's SearchParams::check. More... | |
| size_t | leaf_max_size |
| Max points per leaf. More... | |
|
inline |
Definition at line 87 of file KDTreeCapable.h.
| size_t mrpt::math::KDTreeCapable< Derived, num_t, metric_t >::TKDTreeSearchParams::leaf_max_size |
Max points per leaf.
Definition at line 94 of file KDTreeCapable.h.
| int mrpt::math::KDTreeCapable< Derived, num_t, metric_t >::TKDTreeSearchParams::nChecks |
The number of checks for ANN (default: 32) - corresponds to FLANN's SearchParams::check.
Definition at line 93 of file KDTreeCapable.h.
| Page generated by Doxygen 1.8.9.1 for MRPT 1.3.0 SVN: at Sun Sep 13 03:55:12 UTC 2015 |