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


Public Member Functions | |
| CommandChangeOutputFormat (const QString &name, const QString &keyword) | |
| QString | getFileFormatFilter (ccCommandLineInterface &cmd, QString &defaultExt) |
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... | |
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 14 of file ecvCommandLineCommands.h.
| CommandChangeOutputFormat::CommandChangeOutputFormat | ( | const QString & | name, |
| const QString & | keyword | ||
| ) |
Definition at line 276 of file ecvCommandLineCommands.cpp.
| QString CommandChangeOutputFormat::getFileFormatFilter | ( | ccCommandLineInterface & | cmd, |
| QString & | defaultExt | ||
| ) |
Definition at line 280 of file ecvCommandLineCommands.cpp.
References ccCommandLineInterface::arguments(), ccCommandLineInterface::error(), and FileIOFilter::GetFilters().
Referenced by CommandChangeCloudOutputFormat::process(), CommandChangeMeshOutputFormat::process(), and CommandChangeHierarchyOutputFormat::process().