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


Public Member Functions | |
| CommandSaveMeshes () | |
| bool | process (ccCommandLineInterface &cmd) override |
| Main process. More... | |
Public Member Functions inherited from CommandSave | |
| CommandSave (const QString &name, const QString &keyword) | |
Public Member Functions inherited from ccCommandLineInterface::Command | |
| Command (const QString &name, const QString &keyword) | |
| Default constructor. More... | |
| virtual | ~Command ()=default |
Additional Inherited Members | |
Public Types inherited from ccCommandLineInterface::Command | |
| using | Shared = QSharedPointer< Command > |
| Shared type. More... | |
Static Public Member Functions inherited from CommandSave | |
| static bool | ParseFileNames (ccCommandLineInterface &cmd, QStringList &fileNames) |
| static void | SetFileDesc (CLEntityDesc &desc, const QString &fileName) |
Public Attributes inherited from ccCommandLineInterface::Command | |
| QString | m_name |
| Command name. More... | |
| QString | m_keyword |
| Command keyword. More... | |
Definition at line 351 of file ecvCommandLineCommands.h.
| CommandSaveMeshes::CommandSaveMeshes | ( | ) |
Definition at line 5091 of file ecvCommandLineCommands.cpp.
|
overridevirtual |
Main process.
Implements ccCommandLineInterface::Command.
Definition at line 5094 of file ecvCommandLineCommands.cpp.
References ccCommandLineInterface::addTimestamp(), ccCommandLineInterface::arguments(), ccCommandLineInterface::error(), ccCommandLineInterface::meshes(), ccCommandLineInterface::meshExportExt(), ccCommandLineInterface::meshExportFormat(), OPTION_ALL_AT_ONCE, OPTION_FILE_NAMES, CommandSave::ParseFileNames(), ccCommandLineInterface::saveMeshes(), CommandSave::SetFileDesc(), ccCommandLineInterface::setMeshExportFormat(), and ccCommandLineInterface::toggleAddTimestamp().