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


Public Member Functions | |
| CLMeshDesc () | |
| CLMeshDesc (ccGenericMesh *_mesh, const QString &filename=QString(), int index=-1) | |
| CLMeshDesc (ccGenericMesh *_mesh, const QString &basename, const QString &path, int index=-1) | |
| ~CLMeshDesc () 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 | |
| ccGenericMesh * | mesh |
Public Attributes inherited from CLEntityDesc | |
| QString | basename |
| QString | path |
| int | indexInFile |
Loaded mesh description.
Definition at line 90 of file ecvCommandLineInterface.h.
| CLMeshDesc::CLMeshDesc | ( | ) |
Definition at line 89 of file ecvCommandLineInterface.cpp.
| CLMeshDesc::CLMeshDesc | ( | ccGenericMesh * | _mesh, |
| const QString & | filename = QString(), |
||
| int | index = -1 |
||
| ) |
Definition at line 91 of file ecvCommandLineInterface.cpp.
| CLMeshDesc::CLMeshDesc | ( | ccGenericMesh * | _mesh, |
| const QString & | basename, | ||
| const QString & | path, | ||
| int | index = -1 |
||
| ) |
Definition at line 94 of file ecvCommandLineInterface.cpp.
|
overridedefault |
|
overridevirtual |
Implements CLEntityDesc.
Definition at line 106 of file ecvCommandLineInterface.cpp.
References MESH.
|
overridevirtual |
Implements CLEntityDesc.
Definition at line 102 of file ecvCommandLineInterface.cpp.
References mesh.
|
overridevirtual |
Implements CLEntityDesc.
Definition at line 100 of file ecvCommandLineInterface.cpp.
References mesh.
| ccGenericMesh* CLMeshDesc::mesh |
Definition at line 91 of file ecvCommandLineInterface.h.
Referenced by define_ccCommandLine(), getEntity(), CommandMergeMeshes::process(), CommandMatchBestFitPlane::process(), CommandDelaunayTri::process(), CommandRasterize::process(), CommandVolume25D::process(), and ccCommandLineParser::removeMeshes().