ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ecvCommandLineParser.cpp File Reference
#include "ecvCommandLineParser.h"
#include <ui_commandLineDlg.h>
#include "ecvCommandCrossSection.h"
#include "ecvCommandLineCommands.h"
#include "ecvCommandRaster.h"
#include "ecvConsole.h"
#include "ecvPluginInterface.h"
#include <ecvGenericMesh.h>
#include <ecvHObjectCaster.h>
#include <ecvProgressDialog.h>
#include <AsciiFilter.h>
#include <BinFilter.h>
#include <QDateTime>
#include <QElapsedTimer>
#include <QMessageBox>
#include <unordered_set>
Include dependency graph for ecvCommandLineParser.cpp:

Go to the source code of this file.

Variables

constexpr char COMMAND_HELP [] = "HELP"
 
constexpr char COMMAND_SILENT_MODE [] = "SILENT"
 

Variable Documentation

◆ COMMAND_HELP

constexpr char COMMAND_HELP[] = "HELP"
constexpr

Definition at line 37 of file ecvCommandLineParser.cpp.

Referenced by ccCommandLineParser::start().

◆ COMMAND_SILENT_MODE

constexpr char COMMAND_SILENT_MODE[] = "SILENT"
constexpr