0.4.3
ALSON::PointXYZ类 参考

#include <PointXYZ.h>

Public 成员函数

 PointXYZ ()
 
 PointXYZ (float _x, float _y, float _z)
 
 ~PointXYZ ()=default
 
 PointXYZ (const PointXYZ &)=default
 
PointXYZoperator= (const PointXYZ &)=default
 
 PointXYZ (PointXYZ &&)=default
 
PointXYZoperator= (PointXYZ &&)=default
 
bool isNan () const
 

Public 属性

float x
 
float y
 
float z
 

静态 Public 属性

static const int X_POS = 0
 
static const int Y_POS = 4
 
static const int Z_POS = 8
 

详细描述

三维点

在文件 PointXYZ.h24 行定义.

构造及析构函数说明

◆ PointXYZ() [1/4]

ALSON::PointXYZ::PointXYZ ( )
inline

在文件 PointXYZ.h26 行定义.

◆ PointXYZ() [2/4]

ALSON::PointXYZ::PointXYZ ( float _x,
float _y,
float _z )
inline

在文件 PointXYZ.h28 行定义.

◆ ~PointXYZ()

ALSON::PointXYZ::~PointXYZ ( )
default

◆ PointXYZ() [3/4]

ALSON::PointXYZ::PointXYZ ( const PointXYZ & )
default

◆ PointXYZ() [4/4]

ALSON::PointXYZ::PointXYZ ( PointXYZ && )
default

成员函数说明

◆ operator=() [1/2]

PointXYZ & ALSON::PointXYZ::operator= ( const PointXYZ & )
default

◆ operator=() [2/2]

PointXYZ & ALSON::PointXYZ::operator= ( PointXYZ && )
default

◆ isNan()

bool ALSON::PointXYZ::isNan ( ) const
inline

判断当前点是否是无效点

返回
true 表示当前点为无效点,false 表示当前点为有效点
自从
0.4.0

在文件 PointXYZ.h52 行定义.

类成员变量说明

◆ x

float ALSON::PointXYZ::x

在文件 PointXYZ.h55 行定义.

◆ y

float ALSON::PointXYZ::y

在文件 PointXYZ.h56 行定义.

◆ z

float ALSON::PointXYZ::z

在文件 PointXYZ.h57 行定义.

◆ X_POS

const int ALSON::PointXYZ::X_POS = 0
static

在文件 PointXYZ.h59 行定义.

◆ Y_POS

const int ALSON::PointXYZ::Y_POS = 4
static

在文件 PointXYZ.h60 行定义.

◆ Z_POS

const int ALSON::PointXYZ::Z_POS = 8
static

在文件 PointXYZ.h61 行定义.

My Custom Doxygen Footer
Data Processing Programmer's Guide 0.4.3
Copyright © 2014-2024 Henan Alson Intelligent Technology Co, Ltd 河南埃尔森智能科技有限公司 版权所有 豫ICP备15002212号