![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Loaded group description. More...
#include <ecvCommandLineInterface.h>


Public Member Functions | |
| CLGroupDesc (ccHObject *group, const QString &basename, const QString &path=QString()) | |
| ~CLGroupDesc () override=default | |
| ccHObject * | getEntity () override |
| const ccHObject * | getEntity () 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 | |
| ccHObject * | groupEntity |
Public Attributes inherited from CLEntityDesc | |
| QString | basename |
| QString | path |
| int | indexInFile |
Loaded group description.
Definition at line 53 of file ecvCommandLineInterface.h.
| CLGroupDesc::CLGroupDesc | ( | ccHObject * | group, |
| const QString & | basename, | ||
| const QString & | path = QString() |
||
| ) |
Definition at line 47 of file ecvCommandLineInterface.cpp.
|
overridedefault |
|
overridevirtual |
Implements CLEntityDesc.
Definition at line 56 of file ecvCommandLineInterface.cpp.
References GROUP.
|
overridevirtual |
Implements CLEntityDesc.
Definition at line 54 of file ecvCommandLineInterface.cpp.
References groupEntity.
|
overridevirtual |
Implements CLEntityDesc.
Definition at line 52 of file ecvCommandLineInterface.cpp.
References groupEntity.
| ccHObject* CLGroupDesc::groupEntity |
Definition at line 54 of file ecvCommandLineInterface.h.
Referenced by define_ccCommandLine(), and getEntity().