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

Two-points label info. More...

#include <ecv2DLabel.h>

Collaboration diagram for cc2DLabel::LabelInfo2:

Public Member Functions

 LabelInfo2 ()
 Default constructor. More...
 

Public Attributes

unsigned point1Index
 
ccGenericPointCloudcloud1
 
unsigned point2Index
 
ccGenericPointCloudcloud2
 
CCVector3 diff
 

Detailed Description

Two-points label info.

Definition at line 254 of file ecv2DLabel.h.

Constructor & Destructor Documentation

◆ LabelInfo2()

cc2DLabel::LabelInfo2::LabelInfo2 ( )
inline

Default constructor.

Definition at line 261 of file ecv2DLabel.h.

Member Data Documentation

◆ cloud1

ccGenericPointCloud* cc2DLabel::LabelInfo2::cloud1

Definition at line 256 of file ecv2DLabel.h.

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

◆ cloud2

ccGenericPointCloud* cc2DLabel::LabelInfo2::cloud2

Definition at line 258 of file ecv2DLabel.h.

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

◆ diff

CCVector3 cc2DLabel::LabelInfo2::diff

◆ point1Index

unsigned cc2DLabel::LabelInfo2::point1Index

Definition at line 255 of file ecv2DLabel.h.

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

◆ point2Index

unsigned cc2DLabel::LabelInfo2::point2Index

Definition at line 257 of file ecv2DLabel.h.

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


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