ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
qCSFCommands.h File Reference
#include "ecvCommandLineInterface.h"
#include "CSF.h"
#include "ccCSFDlg.h"
Include dependency graph for qCSFCommands.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CommandCSF
 

Variables

static const char COMMAND_CSF [] = "CSF"
 
static const char COMMAND_CSF_SCENE [] = "SCENES"
 
static const char COMMAND_CSF_SCENE_SLOPE [] = "SLOPE"
 
static const char COMMAND_CSF_SCENE_RELIEF [] = "RELIEF"
 
static const char COMMAND_CSF_SCENE_FLAT [] = "FLAT"
 
static const char COMMAND_CSF_PROC_SLOPE [] = "PROC_SLOPE"
 
static const char COMMAND_CSF_CLOTH_RESOLUTION [] = "CLOTH_RESOLUTION"
 
static const char COMMAND_CSF_MAX_ITERATION [] = "MAX_ITERATION"
 
static const char COMMAND_CSF_CLASS_THRESHOLD [] = "CLASS_THRESHOLD"
 
static const char COMMAND_CSF_EXPORT_GROUND [] = "EXPORT_GROUND"
 
static const char COMMAND_CSF_EXPORT_OFFGROUND [] = "EXPORT_OFFGROUND"
 

Variable Documentation

◆ COMMAND_CSF

const char COMMAND_CSF[] = "CSF"
static

Definition at line 17 of file qCSFCommands.h.

◆ COMMAND_CSF_CLASS_THRESHOLD

const char COMMAND_CSF_CLASS_THRESHOLD[] = "CLASS_THRESHOLD"
static

Definition at line 25 of file qCSFCommands.h.

Referenced by CommandCSF::process().

◆ COMMAND_CSF_CLOTH_RESOLUTION

const char COMMAND_CSF_CLOTH_RESOLUTION[] = "CLOTH_RESOLUTION"
static

Definition at line 23 of file qCSFCommands.h.

Referenced by CommandCSF::process().

◆ COMMAND_CSF_EXPORT_GROUND

const char COMMAND_CSF_EXPORT_GROUND[] = "EXPORT_GROUND"
static

Definition at line 26 of file qCSFCommands.h.

Referenced by CommandCSF::process().

◆ COMMAND_CSF_EXPORT_OFFGROUND

const char COMMAND_CSF_EXPORT_OFFGROUND[] = "EXPORT_OFFGROUND"
static

Definition at line 27 of file qCSFCommands.h.

Referenced by CommandCSF::process().

◆ COMMAND_CSF_MAX_ITERATION

const char COMMAND_CSF_MAX_ITERATION[] = "MAX_ITERATION"
static

Definition at line 24 of file qCSFCommands.h.

Referenced by CommandCSF::process().

◆ COMMAND_CSF_PROC_SLOPE

const char COMMAND_CSF_PROC_SLOPE[] = "PROC_SLOPE"
static

Definition at line 22 of file qCSFCommands.h.

Referenced by CommandCSF::process().

◆ COMMAND_CSF_SCENE

const char COMMAND_CSF_SCENE[] = "SCENES"
static

Definition at line 18 of file qCSFCommands.h.

Referenced by CommandCSF::process().

◆ COMMAND_CSF_SCENE_FLAT

const char COMMAND_CSF_SCENE_FLAT[] = "FLAT"
static

Definition at line 21 of file qCSFCommands.h.

Referenced by CommandCSF::process().

◆ COMMAND_CSF_SCENE_RELIEF

const char COMMAND_CSF_SCENE_RELIEF[] = "RELIEF"
static

Definition at line 20 of file qCSFCommands.h.

Referenced by CommandCSF::process().

◆ COMMAND_CSF_SCENE_SLOPE

const char COMMAND_CSF_SCENE_SLOPE[] = "SLOPE"
static

Definition at line 19 of file qCSFCommands.h.

Referenced by CommandCSF::process().