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

Go to the source code of this file.

Variables

static bool s_firstLaunch = true
 
static int s_raysSpinBoxValue = 256
 
static int s_resSpinBoxValue = 1024
 
static bool s_mode180CheckBoxState = true
 
static bool s_closedMeshCheckBoxState = false
 

Variable Documentation

◆ s_closedMeshCheckBoxState

bool s_closedMeshCheckBoxState = false
static

Definition at line 35 of file qPCV.cpp.

Referenced by qPCV::doAction().

◆ s_firstLaunch

bool s_firstLaunch = true
static

Definition at line 31 of file qPCV.cpp.

Referenced by qPCV::doAction().

◆ s_mode180CheckBoxState

bool s_mode180CheckBoxState = true
static

Definition at line 34 of file qPCV.cpp.

Referenced by qPCV::doAction().

◆ s_raysSpinBoxValue

int s_raysSpinBoxValue = 256
static

Definition at line 32 of file qPCV.cpp.

Referenced by qPCV::doAction().

◆ s_resSpinBoxValue

int s_resSpinBoxValue = 1024
static

Definition at line 33 of file qPCV.cpp.

Referenced by qPCV::doAction().