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


Public Member Functions | |
| 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 |
| virtual bool | process (ccCommandLineInterface &cmd)=0 |
| Main process. More... | |
Static Public Member Functions | |
| static bool | ParseFileNames (ccCommandLineInterface &cmd, QStringList &fileNames) |
| static void | SetFileDesc (CLEntityDesc &desc, const QString &fileName) |
Additional Inherited Members | |
Public Types inherited from ccCommandLineInterface::Command | |
| using | Shared = QSharedPointer< Command > |
| Shared type. More... | |
Public Attributes inherited from ccCommandLineInterface::Command | |
| QString | m_name |
| Command name. More... | |
| QString | m_keyword |
| Command keyword. More... | |
Definition at line 336 of file ecvCommandLineCommands.h.
| CommandSave::CommandSave | ( | const QString & | name, |
| const QString & | keyword | ||
| ) |
Definition at line 4983 of file ecvCommandLineCommands.cpp.
|
static |
Definition at line 4986 of file ecvCommandLineCommands.cpp.
References ccCommandLineInterface::arguments(), and ccCommandLineInterface::error().
Referenced by CommandSaveClouds::process(), and CommandSaveMeshes::process().
|
static |
Definition at line 5020 of file ecvCommandLineCommands.cpp.
References CLEntityDesc::basename, and CLEntityDesc::path.
Referenced by CommandSaveClouds::process(), CommandSaveMeshes::process(), ccCommandLineParser::saveClouds(), and ccCommandLineParser::saveMeshes().