kdtree.h File Reference
#include "gr/utils/disablewarnings.h"#include <Eigen/Core>#include <Eigen/Geometry>#include <iostream>#include <vector>#include <numeric>
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | gr::KdTree< _Scalar, _Index >::KdNode |
| class | gr::KdTree< _Scalar, _Index > |
| 3D Kdtree with reentrant queries More... | |
| struct | gr::KdTree< _Scalar, _Index >::QueryNode |
| element of the stack More... | |
| struct | gr::KdTree< _Scalar, _Index >::RangeQuery< _stackSize > |
Namespaces | |
| gr | |
Macros | |
| #define | KD_MAX_DEPTH 32 |
| #define | KD_POINT_PER_CELL 64 |
Macro Definition Documentation
| #define KD_MAX_DEPTH 32 |
| #define KD_POINT_PER_CELL 64 |

1.8.11