Apollo
6.0
Open source self driving car software
|
Contains parameters of axis-aligned bounding box. More...
#include <aaboxkdtree2d.h>
Public Attributes | |
int | max_depth = -1 |
The maximum depth of the kdtree. More... | |
int | max_leaf_size = -1 |
The maximum number of items in one leaf node. More... | |
double | max_leaf_dimension = -1.0 |
The maximum dimension size of leaf node. More... | |
Contains parameters of axis-aligned bounding box.
int apollo::common::math::AABoxKDTreeParams::max_depth = -1 |
The maximum depth of the kdtree.
double apollo::common::math::AABoxKDTreeParams::max_leaf_dimension = -1.0 |
The maximum dimension size of leaf node.
int apollo::common::math::AABoxKDTreeParams::max_leaf_size = -1 |
The maximum number of items in one leaf node.