Apollo 10.0
自动驾驶开放平台
apollo::common::math::AABoxKDTreeParams类 参考

Contains parameters of axis-aligned bounding box. 更多...

#include <aaboxkdtree2d.h>

apollo::common::math::AABoxKDTreeParams 的协作图:

Public 属性

int max_depth = -1
 The maximum depth of the kdtree.
 
int max_leaf_size = -1
 The maximum number of items in one leaf node.
 
double max_leaf_dimension = -1.0
 The maximum dimension size of leaf node.
 

详细描述

Contains parameters of axis-aligned bounding box.

在文件 aaboxkdtree2d.h46 行定义.

类成员变量说明

◆ max_depth

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

The maximum depth of the kdtree.

在文件 aaboxkdtree2d.h48 行定义.

◆ max_leaf_dimension

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

The maximum dimension size of leaf node.

在文件 aaboxkdtree2d.h52 行定义.

◆ max_leaf_size

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

The maximum number of items in one leaf node.

在文件 aaboxkdtree2d.h50 行定义.


该类的文档由以下文件生成: