ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
cc2DLabel::LabelInfo1 Struct Reference

One-point label info. More...

#include <ecv2DLabel.h>

Collaboration diagram for cc2DLabel::LabelInfo1:

Public Member Functions

 LabelInfo1 ()
 Default constructor. More...
 

Public Attributes

unsigned pointIndex
 
ccGenericPointCloudcloud
 
bool hasNormal
 
CCVector3 normal
 
bool hasRGB
 
ecvColor::Rgb rgb
 
bool hasSF
 
ScalarType sfValue
 
double sfShiftedValue
 
bool sfValueIsShifted
 
QString sfName
 

Detailed Description

One-point label info.

Definition at line 217 of file ecv2DLabel.h.

Constructor & Destructor Documentation

◆ LabelInfo1()

cc2DLabel::LabelInfo1::LabelInfo1 ( )
inline

Default constructor.

Definition at line 230 of file ecv2DLabel.h.

Member Data Documentation

◆ cloud

ccGenericPointCloud* cc2DLabel::LabelInfo1::cloud

◆ hasNormal

bool cc2DLabel::LabelInfo1::hasNormal

◆ hasRGB

bool cc2DLabel::LabelInfo1::hasRGB

◆ hasSF

bool cc2DLabel::LabelInfo1::hasSF

◆ normal

CCVector3 cc2DLabel::LabelInfo1::normal

◆ pointIndex

unsigned cc2DLabel::LabelInfo1::pointIndex

◆ rgb

ecvColor::Rgb cc2DLabel::LabelInfo1::rgb

◆ sfName

QString cc2DLabel::LabelInfo1::sfName

◆ sfShiftedValue

double cc2DLabel::LabelInfo1::sfShiftedValue

Definition at line 226 of file ecv2DLabel.h.

Referenced by cc2DLabel::getLabelInfo1(), and cc2DLabel::GetSFValueAsString().

◆ sfValue

ScalarType cc2DLabel::LabelInfo1::sfValue

Definition at line 225 of file ecv2DLabel.h.

Referenced by cc2DLabel::getLabelInfo1(), and cc2DLabel::GetSFValueAsString().

◆ sfValueIsShifted

bool cc2DLabel::LabelInfo1::sfValueIsShifted

Definition at line 227 of file ecv2DLabel.h.

Referenced by cc2DLabel::getLabelInfo1(), and cc2DLabel::GetSFValueAsString().


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