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

Definition at line 219 of file ecv2DLabel.h.

◆ hasNormal

bool cc2DLabel::LabelInfo1::hasNormal

Definition at line 220 of file ecv2DLabel.h.

◆ hasRGB

bool cc2DLabel::LabelInfo1::hasRGB

Definition at line 222 of file ecv2DLabel.h.

◆ hasSF

bool cc2DLabel::LabelInfo1::hasSF

Definition at line 224 of file ecv2DLabel.h.

◆ normal

CCVector3 cc2DLabel::LabelInfo1::normal

Definition at line 221 of file ecv2DLabel.h.

◆ pointIndex

unsigned cc2DLabel::LabelInfo1::pointIndex

Definition at line 218 of file ecv2DLabel.h.

◆ rgb

ecvColor::Rgb cc2DLabel::LabelInfo1::rgb

Definition at line 223 of file ecv2DLabel.h.

◆ sfName

QString cc2DLabel::LabelInfo1::sfName

Definition at line 228 of file ecv2DLabel.h.

◆ sfShiftedValue

double cc2DLabel::LabelInfo1::sfShiftedValue

Definition at line 226 of file ecv2DLabel.h.

◆ sfValue

ScalarType cc2DLabel::LabelInfo1::sfValue

Definition at line 225 of file ecv2DLabel.h.

◆ sfValueIsShifted

bool cc2DLabel::LabelInfo1::sfValueIsShifted

Definition at line 227 of file ecv2DLabel.h.


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