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


Public Member Functions | |
| CommandChangeCloudOutputFormat () | |
| bool | process (ccCommandLineInterface &cmd) override |
| Main process. More... | |
Public Member Functions inherited from CommandChangeOutputFormat | |
| 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 |
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 21 of file ecvCommandLineCommands.h.
| CommandChangeCloudOutputFormat::CommandChangeCloudOutputFormat | ( | ) |
Definition at line 317 of file ecvCommandLineCommands.cpp.
|
overridevirtual |
Main process.
Implements ccCommandLineInterface::Command.
Definition at line 321 of file ecvCommandLineCommands.cpp.
References ccCommandLineInterface::arguments(), ccCommandLineInterface::cloudExportExt(), ccCommandLineInterface::cloudExportFormat(), COMMAND_ASCII_EXPORT_ADD_COL_HEADER, COMMAND_ASCII_EXPORT_ADD_PTS_COUNT, COMMAND_ASCII_EXPORT_PRECISION, COMMAND_ASCII_EXPORT_SEPARATOR, COMMAND_EXPORT_EXTENSION, ccCommandLineInterface::error(), AsciiFilter::GetFileFilter(), CommandChangeOutputFormat::getFileFormatFilter(), ccCommandLineInterface::IsCommand(), ccCommandLineInterface::numericalPrecision(), ccCommandLineInterface::print(), AsciiFilter::SaveColumnsNamesHeader(), AsciiFilter::SavePointCountHeader(), AsciiFilter::SaveSFBeforeColor(), ccCommandLineInterface::setCloudExportFormat(), AsciiFilter::SetOutputCoordsPrecision(), AsciiFilter::SetOutputSeparatorIndex(), AsciiFilter::SetOutputSFPrecision(), and ccCommandLineInterface::warning().