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

Public Member Functions | |
| CLEntityDesc (const QString &name) | |
| CLEntityDesc (const QString &filename, int _indexInFile) | |
| CLEntityDesc (const QString &_basename, const QString &_path, int _indexInFile=-1) | |
| virtual | ~CLEntityDesc ()=default |
| virtual ccHObject * | getEntity ()=0 |
| virtual const ccHObject * | getEntity () const =0 |
| virtual CL_ENTITY_TYPE | getCLEntityType () const =0 |
Public Attributes | |
| QString | basename |
| QString | path |
| int | indexInFile |
Loaded entity description.
Definition at line 34 of file ecvCommandLineInterface.h.
| CLEntityDesc::CLEntityDesc | ( | const QString & | name | ) |
Definition at line 24 of file ecvCommandLineInterface.cpp.
| CLEntityDesc::CLEntityDesc | ( | const QString & | filename, |
| int | _indexInFile | ||
| ) |
Definition at line 27 of file ecvCommandLineInterface.cpp.
| CLEntityDesc::CLEntityDesc | ( | const QString & | _basename, |
| const QString & | _path, | ||
| int | _indexInFile = -1 |
||
| ) |
Definition at line 39 of file ecvCommandLineInterface.cpp.
|
virtualdefault |
|
pure virtual |
Implemented in CLMeshDesc, CLCloudDesc, and CLGroupDesc.
Referenced by ccCommandLineParser::exportEntity().
|
pure virtual |
Implemented in CLMeshDesc, CLCloudDesc, and CLGroupDesc.
|
pure virtual |
Implemented in CLMeshDesc, CLCloudDesc, and CLGroupDesc.
Referenced by define_ccCommandLine(), ccCommandLineParser::exportEntity(), ccCommandLineParser::getExportFilename(), and CommandICP::process().
| QString CLEntityDesc::basename |
Definition at line 35 of file ecvCommandLineInterface.h.
Referenced by CLEntityDesc(), define_ccCommandLine(), ccCommandLineParser::exportEntity(), ccCommandLineParser::getExportFilename(), CommandMergeMeshes::process(), CommandMatchBestFitPlane::process(), CommandDist::process(), CommandCPS::process(), CommandDelaunayTri::process(), CommandICP::process(), CommandRasterize::process(), CommandVolume25D::process(), and CommandSave::SetFileDesc().
| int CLEntityDesc::indexInFile |
Definition at line 37 of file ecvCommandLineInterface.h.
Referenced by define_ccCommandLine(), ccCommandLineParser::getExportFilename(), and CommandDelaunayTri::process().
| QString CLEntityDesc::path |
Definition at line 36 of file ecvCommandLineInterface.h.
Referenced by CLEntityDesc(), define_ccCommandLine(), ccCommandLineParser::getExportFilename(), CommandMatchBestFitPlane::process(), CommandDelaunayTri::process(), CommandRasterize::process(), CommandVolume25D::process(), and CommandSave::SetFileDesc().