#include <PointXYZI.h>
|
float | x |
|
float | y |
|
float | z |
|
uint8_t | i |
|
|
static const int | X_POS = 0 |
|
static const int | Y_POS = 4 |
|
static const int | Z_POS = 8 |
|
static const int | I_POS = 12 |
|
带有强度值或灰度值的三维点
在文件 PointXYZI.h 第 25 行定义.
◆ PointXYZI() [1/4]
ALSON::PointXYZI::PointXYZI |
( |
| ) |
|
|
inline |
◆ PointXYZI() [2/4]
ALSON::PointXYZI::PointXYZI |
( |
float | _x, |
|
|
float | _y, |
|
|
float | _z, |
|
|
uint8_t | _i ) |
|
inline |
◆ ~PointXYZI()
ALSON::PointXYZI::~PointXYZI |
( |
| ) |
|
|
default |
◆ PointXYZI() [3/4]
ALSON::PointXYZI::PointXYZI |
( |
const PointXYZI & | | ) |
|
|
default |
◆ PointXYZI() [4/4]
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ isNan()
bool ALSON::PointXYZI::isNan |
( |
| ) |
const |
|
inline |
判断当前点是否是无效点
- 返回
- true 表示当前点为无效点,false 表示当前点为有效点
- 自从
- 0.4.0
在文件 PointXYZI.h 第 53 行定义.
float ALSON::PointXYZI::x |
float ALSON::PointXYZI::y |
float ALSON::PointXYZI::z |
uint8_t ALSON::PointXYZI::i |
◆ X_POS
const int ALSON::PointXYZI::X_POS = 0 |
|
static |
◆ Y_POS
const int ALSON::PointXYZI::Y_POS = 4 |
|
static |
◆ Z_POS
const int ALSON::PointXYZI::Z_POS = 8 |
|
static |
◆ I_POS
const int ALSON::PointXYZI::I_POS = 12 |
|
static |