![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <ecvCommandLineCommands.h>


Public Member Functions | |
| CommandDist (bool cloud2meshDist, const QString &name, const QString &keyword) | |
| bool | process (ccCommandLineInterface &cmd) override |
| Main process. More... | |
Public Member Functions inherited from ccCommandLineInterface::Command | |
| Command (const QString &name, const QString &keyword) | |
| Default constructor. More... | |
| virtual | ~Command ()=default |
Public Attributes | |
| bool | m_cloud2meshDist |
Public Attributes inherited from ccCommandLineInterface::Command | |
| QString | m_name |
| Command name. More... | |
| QString | m_keyword |
| Command keyword. More... | |
Additional Inherited Members | |
Public Types inherited from ccCommandLineInterface::Command | |
| using | Shared = QSharedPointer< Command > |
| Shared type. More... | |
Definition at line 264 of file ecvCommandLineCommands.h.
| CommandDist::CommandDist | ( | bool | cloud2meshDist, |
| const QString & | name, | ||
| const QString & | keyword | ||
| ) |
Definition at line 3591 of file ecvCommandLineCommands.cpp.
|
overridevirtual |
Main process.
Implements ccCommandLineInterface::Command.
Definition at line 3597 of file ecvCommandLineCommands.cpp.
References ccComparisonDlg::applyAndExit(), ccCommandLineInterface::arguments(), ccCommandLineInterface::autoSaveMode(), CLEntityDesc::basename, ccComparisonDlg::cancelAndExit(), ccComparisonDlg::CLOUDCLOUD_DIST, ccComparisonDlg::CLOUDMESH_DIST, ccCommandLineInterface::clouds(), COMMAND_C2C_LOCAL_MODEL, COMMAND_C2C_SPLIT_XYZ, COMMAND_C2M_DIST_FLIP_NORMALS, COMMAND_C2X_MAX_DISTANCE, COMMAND_C2X_OCTREE_LEVEL, COMMAND_MAX_THREAD_COUNT, ccComparisonDlg::computeDistances(), ccCommandLineInterface::error(), ccCommandLineInterface::exportEntity(), ccComparisonDlg::initDialog(), ccCommandLineInterface::IsCommand(), m_cloud2meshDist, ccCommandLineInterface::meshes(), octreeLevel, ccCommandLineInterface::print(), ccCommandLineInterface::warning(), and ccCommandLineInterface::widgetParent().
| bool CommandDist::m_cloud2meshDist |
Definition at line 271 of file ecvCommandLineCommands.h.
Referenced by process().