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

Public Member Functions | |
| LabelInfo3 () | |
| Default constructor. More... | |
Public Attributes | |
| unsigned | point1Index |
| ccGenericPointCloud * | cloud1 |
| unsigned | point2Index |
| ccGenericPointCloud * | cloud2 |
| unsigned | point3Index |
| ccGenericPointCloud * | cloud3 |
| CCVector3 | normal |
| PointCoordinateType | area |
| CCVector3d | angles |
| CCVector3d | edges |
Three-points label info.
Definition at line 272 of file ecv2DLabel.h.
|
inline |
Default constructor.
Definition at line 284 of file ecv2DLabel.h.
| CCVector3d cc2DLabel::LabelInfo3::angles |
Definition at line 281 of file ecv2DLabel.h.
| PointCoordinateType cc2DLabel::LabelInfo3::area |
Definition at line 280 of file ecv2DLabel.h.
| ccGenericPointCloud* cc2DLabel::LabelInfo3::cloud1 |
Definition at line 274 of file ecv2DLabel.h.
| ccGenericPointCloud* cc2DLabel::LabelInfo3::cloud2 |
Definition at line 276 of file ecv2DLabel.h.
| ccGenericPointCloud* cc2DLabel::LabelInfo3::cloud3 |
Definition at line 278 of file ecv2DLabel.h.
| CCVector3d cc2DLabel::LabelInfo3::edges |
Definition at line 282 of file ecv2DLabel.h.
| CCVector3 cc2DLabel::LabelInfo3::normal |
Definition at line 279 of file ecv2DLabel.h.
| unsigned cc2DLabel::LabelInfo3::point1Index |
Definition at line 273 of file ecv2DLabel.h.
| unsigned cc2DLabel::LabelInfo3::point2Index |
Definition at line 275 of file ecv2DLabel.h.
| unsigned cc2DLabel::LabelInfo3::point3Index |
Definition at line 277 of file ecv2DLabel.h.