ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ecvPoissonReconDlg.cpp File Reference
#include "ecvPoissonReconDlg.h"
#include "ecvEntityAction.h"
#include <ecvHObjectCaster.h>
#include <ecvMesh.h>
#include <ecvPointCloud.h>
#include <QDialog>
#include <QInputDialog>
#include <QMainWindow>
#include <QMessageBox>
#include <QProgressDialog>
#include <QtConcurrentRun>
#include <QtCore>
#include <QtGui>
#include <time.h>
#include <unistd.h>
Include dependency graph for ecvPoissonReconDlg.cpp:

Go to the source code of this file.

Classes

struct  Parameters
 Algorithm parameters. More...
 

Functions

bool doReconstruct ()
 

Variables

static double s_defaultResolution = 0.0
 
static bool s_depthMode = true
 
static ccPointClouds_cloud = nullptr
 
static ccMeshs_mesh = nullptr
 
static std::vector< double > s_density
 
static Parameters s_params
 

Function Documentation

◆ doReconstruct()

Variable Documentation

◆ s_cloud

ccPointCloud* s_cloud = nullptr
static

◆ s_defaultResolution

double s_defaultResolution = 0.0
static

◆ s_density

std::vector<double> s_density
static

Definition at line 40 of file ecvPoissonReconDlg.cpp.

Referenced by doReconstruct(), and ecvPoissonReconDlg::start().

◆ s_depthMode

◆ s_mesh

ccMesh* s_mesh = nullptr
static

Definition at line 38 of file ecvPoissonReconDlg.cpp.

Referenced by doReconstruct(), and ecvPoissonReconDlg::start().

◆ s_params