#include <PointXYZINormal.h>
|
float | x |
|
float | y |
|
float | z |
|
float | nx |
|
float | ny |
|
float | nz |
|
uint8_t | i |
|
|
static const int | X_POS = 0 |
|
static const int | Y_POS = 4 |
|
static const int | Z_POS = 8 |
|
static const int | NX_POS = 12 |
|
static const int | NY_POS = 16 |
|
static const int | NZ_POS = 20 |
|
static const int | I_POS = 24 |
|
带有强度值或灰度值以及法向量的三维点
在文件 PointXYZINormal.h 第 25 行定义.
◆ PointXYZINormal() [1/4]
ALSON::PointXYZINormal::PointXYZINormal |
( |
| ) |
|
|
inline |
◆ PointXYZINormal() [2/4]
ALSON::PointXYZINormal::PointXYZINormal |
( |
float | _x, |
|
|
float | _y, |
|
|
float | _z, |
|
|
uint8_t | _i, |
|
|
float | _nx, |
|
|
float | _ny, |
|
|
float | _nz ) |
|
inline |
◆ ~PointXYZINormal()
ALSON::PointXYZINormal::~PointXYZINormal |
( |
| ) |
|
|
default |
◆ PointXYZINormal() [3/4]
◆ PointXYZINormal() [4/4]
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ isNan()
bool ALSON::PointXYZINormal::isNan |
( |
| ) |
const |
|
inline |
float ALSON::PointXYZINormal::x |
float ALSON::PointXYZINormal::y |
float ALSON::PointXYZINormal::z |
◆ nx
float ALSON::PointXYZINormal::nx |
◆ ny
float ALSON::PointXYZINormal::ny |
◆ nz
float ALSON::PointXYZINormal::nz |
uint8_t ALSON::PointXYZINormal::i |
◆ X_POS
const int ALSON::PointXYZINormal::X_POS = 0 |
|
static |
◆ Y_POS
const int ALSON::PointXYZINormal::Y_POS = 4 |
|
static |
◆ Z_POS
const int ALSON::PointXYZINormal::Z_POS = 8 |
|
static |
◆ NX_POS
const int ALSON::PointXYZINormal::NX_POS = 12 |
|
static |
◆ NY_POS
const int ALSON::PointXYZINormal::NY_POS = 16 |
|
static |
◆ NZ_POS
const int ALSON::PointXYZINormal::NZ_POS = 20 |
|
static |
◆ I_POS
const int ALSON::PointXYZINormal::I_POS = 24 |
|
static |