Apollo  6.0
Open source self driving car software
Public Attributes | List of all members
apollo::common::math::AABoxKDTreeParams Class Reference

Contains parameters of axis-aligned bounding box. More...

#include <aaboxkdtree2d.h>

Collaboration diagram for apollo::common::math::AABoxKDTreeParams:
Collaboration graph

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...
 

Detailed Description

Contains parameters of axis-aligned bounding box.

Member Data Documentation

◆ max_depth

int apollo::common::math::AABoxKDTreeParams::max_depth = -1

The maximum depth of the kdtree.

◆ max_leaf_dimension

double apollo::common::math::AABoxKDTreeParams::max_leaf_dimension = -1.0

The maximum dimension size of leaf node.

◆ max_leaf_size

int apollo::common::math::AABoxKDTreeParams::max_leaf_size = -1

The maximum number of items in one leaf node.


The documentation for this class was generated from the following file: