![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
One-point label info. More...
#include <ecv2DLabel.h>

Public Member Functions | |
| LabelInfo1 () | |
| Default constructor. More... | |
Public Attributes | |
| unsigned | pointIndex |
| ccGenericPointCloud * | cloud |
| bool | hasNormal |
| CCVector3 | normal |
| bool | hasRGB |
| ecvColor::Rgb | rgb |
| bool | hasSF |
| ScalarType | sfValue |
| double | sfShiftedValue |
| bool | sfValueIsShifted |
| QString | sfName |
One-point label info.
Definition at line 217 of file ecv2DLabel.h.
|
inline |
Default constructor.
Definition at line 230 of file ecv2DLabel.h.
| ccGenericPointCloud* cc2DLabel::LabelInfo1::cloud |
Definition at line 219 of file ecv2DLabel.h.
| bool cc2DLabel::LabelInfo1::hasNormal |
Definition at line 220 of file ecv2DLabel.h.
| bool cc2DLabel::LabelInfo1::hasRGB |
Definition at line 222 of file ecv2DLabel.h.
| bool cc2DLabel::LabelInfo1::hasSF |
Definition at line 224 of file ecv2DLabel.h.
| CCVector3 cc2DLabel::LabelInfo1::normal |
Definition at line 221 of file ecv2DLabel.h.
| unsigned cc2DLabel::LabelInfo1::pointIndex |
Definition at line 218 of file ecv2DLabel.h.
| ecvColor::Rgb cc2DLabel::LabelInfo1::rgb |
Definition at line 223 of file ecv2DLabel.h.
| QString cc2DLabel::LabelInfo1::sfName |
Definition at line 228 of file ecv2DLabel.h.
| double cc2DLabel::LabelInfo1::sfShiftedValue |
Definition at line 226 of file ecv2DLabel.h.
| ScalarType cc2DLabel::LabelInfo1::sfValue |
Definition at line 225 of file ecv2DLabel.h.
| bool cc2DLabel::LabelInfo1::sfValueIsShifted |
Definition at line 227 of file ecv2DLabel.h.