ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
CLCloudDesc Struct Reference

Loaded cloud description. More...

#include <ecvCommandLineInterface.h>

Inheritance diagram for CLCloudDesc:
Collaboration diagram for CLCloudDesc:

Public Member Functions

 CLCloudDesc ()
 
 CLCloudDesc (ccPointCloud *cloud, const QString &filename=QString(), int index=-1)
 
 CLCloudDesc (ccPointCloud *cloud, const QString &basename, const QString &path, int index=-1)
 
 ~CLCloudDesc () override=default
 
ccHObjectgetEntity () override
 
const ccHObjectgetEntity () const override
 
CL_ENTITY_TYPE getCLEntityType () const override
 
- Public Member Functions inherited from CLEntityDesc
 CLEntityDesc (const QString &name)
 
 CLEntityDesc (const QString &filename, int _indexInFile)
 
 CLEntityDesc (const QString &_basename, const QString &_path, int _indexInFile=-1)
 
virtual ~CLEntityDesc ()=default
 

Public Attributes

ccPointCloudpc
 
- Public Attributes inherited from CLEntityDesc
QString basename
 
QString path
 
int indexInFile
 

Detailed Description

Loaded cloud description.

Definition at line 68 of file ecvCommandLineInterface.h.

Constructor & Destructor Documentation

◆ CLCloudDesc() [1/3]

CLCloudDesc::CLCloudDesc ( )

Definition at line 63 of file ecvCommandLineInterface.cpp.

◆ CLCloudDesc() [2/3]

CLCloudDesc::CLCloudDesc ( ccPointCloud cloud,
const QString &  filename = QString(),
int  index = -1 
)

Definition at line 65 of file ecvCommandLineInterface.cpp.

◆ CLCloudDesc() [3/3]

CLCloudDesc::CLCloudDesc ( ccPointCloud cloud,
const QString &  basename,
const QString &  path,
int  index = -1 
)

Definition at line 70 of file ecvCommandLineInterface.cpp.

◆ ~CLCloudDesc()

CLCloudDesc::~CLCloudDesc ( )
overridedefault

Member Function Documentation

◆ getCLEntityType()

CL_ENTITY_TYPE CLCloudDesc::getCLEntityType ( ) const
overridevirtual

Implements CLEntityDesc.

Definition at line 82 of file ecvCommandLineInterface.cpp.

References CLOUD.

◆ getEntity() [1/2]

const ccHObject * CLCloudDesc::getEntity ( ) const
overridevirtual

Implements CLEntityDesc.

Definition at line 78 of file ecvCommandLineInterface.cpp.

References pc.

◆ getEntity() [2/2]

ccHObject * CLCloudDesc::getEntity ( )
overridevirtual

Implements CLEntityDesc.

Definition at line 76 of file ecvCommandLineInterface.cpp.

References pc.

Member Data Documentation

◆ pc


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