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

Three-points label info. More...

#include <ecv2DLabel.h>

Collaboration diagram for cc2DLabel::LabelInfo3:

Public Member Functions

 LabelInfo3 ()
 Default constructor. More...
 

Public Attributes

unsigned point1Index
 
ccGenericPointCloudcloud1
 
unsigned point2Index
 
ccGenericPointCloudcloud2
 
unsigned point3Index
 
ccGenericPointCloudcloud3
 
CCVector3 normal
 
PointCoordinateType area
 
CCVector3d angles
 
CCVector3d edges
 

Detailed Description

Three-points label info.

Definition at line 272 of file ecv2DLabel.h.

Constructor & Destructor Documentation

◆ LabelInfo3()

cc2DLabel::LabelInfo3::LabelInfo3 ( )
inline

Default constructor.

Definition at line 284 of file ecv2DLabel.h.

Member Data Documentation

◆ angles

CCVector3d cc2DLabel::LabelInfo3::angles

◆ area

PointCoordinateType cc2DLabel::LabelInfo3::area

◆ cloud1

ccGenericPointCloud* cc2DLabel::LabelInfo3::cloud1

Definition at line 274 of file ecv2DLabel.h.

Referenced by cc2DLabel::getLabelContent(), and cc2DLabel::getLabelInfo3().

◆ cloud2

ccGenericPointCloud* cc2DLabel::LabelInfo3::cloud2

Definition at line 276 of file ecv2DLabel.h.

Referenced by cc2DLabel::getLabelContent(), and cc2DLabel::getLabelInfo3().

◆ cloud3

ccGenericPointCloud* cc2DLabel::LabelInfo3::cloud3

Definition at line 278 of file ecv2DLabel.h.

Referenced by cc2DLabel::getLabelContent(), and cc2DLabel::getLabelInfo3().

◆ edges

CCVector3d cc2DLabel::LabelInfo3::edges

◆ normal

CCVector3 cc2DLabel::LabelInfo3::normal

◆ point1Index

unsigned cc2DLabel::LabelInfo3::point1Index

◆ point2Index

unsigned cc2DLabel::LabelInfo3::point2Index

◆ point3Index

unsigned cc2DLabel::LabelInfo3::point3Index

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