ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
PCVCommand.cpp File Reference
#include "PCVCommand.h"
#include "PCV.h"
#include "qPCV.h"
#include <ecvColorScalesManager.h>
#include <ecvGenericMesh.h>
#include <ecvHObjectCaster.h>
#include <ecvPointCloud.h>
#include <ecvProgressDialog.h>
#include <ecvScalarField.h>
Include dependency graph for PCVCommand.cpp:

Go to the source code of this file.

Variables

constexpr char CC_PCV_FIELD_LABEL_NAME [] = "Illuminance (PCV)"
 
constexpr char COMMAND_PCV [] = "PCV"
 
constexpr char COMMAND_PCV_N_RAYS [] = "N_RAYS"
 
constexpr char COMMAND_PCV_IS_CLOSED [] = "IS_CLOSED"
 
constexpr char COMMAND_PCV_180 [] = "180"
 
constexpr char COMMAND_PCV_RESOLUTION [] = "RESOLUTION"
 

Variable Documentation

◆ CC_PCV_FIELD_LABEL_NAME

constexpr char CC_PCV_FIELD_LABEL_NAME[] = "Illuminance (PCV)"
constexpr

Definition at line 21 of file PCVCommand.cpp.

Referenced by qPCV::doAction(), and PCVCommand::Process().

◆ COMMAND_PCV

constexpr char COMMAND_PCV[] = "PCV"
constexpr

Definition at line 23 of file PCVCommand.cpp.

◆ COMMAND_PCV_180

constexpr char COMMAND_PCV_180[] = "180"
constexpr

Definition at line 26 of file PCVCommand.cpp.

Referenced by PCVCommand::process().

◆ COMMAND_PCV_IS_CLOSED

constexpr char COMMAND_PCV_IS_CLOSED[] = "IS_CLOSED"
constexpr

Definition at line 25 of file PCVCommand.cpp.

Referenced by PCVCommand::process().

◆ COMMAND_PCV_N_RAYS

constexpr char COMMAND_PCV_N_RAYS[] = "N_RAYS"
constexpr

Definition at line 24 of file PCVCommand.cpp.

Referenced by PCVCommand::process().

◆ COMMAND_PCV_RESOLUTION

constexpr char COMMAND_PCV_RESOLUTION[] = "RESOLUTION"
constexpr

Definition at line 27 of file PCVCommand.cpp.

Referenced by PCVCommand::process().