ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
qPoissonRecon.cpp File Reference
#include "qPoissonRecon.h"
#include "ui_poissonReconParamDlg.h"
#include <QDialog>
#include <QInputDialog>
#include <QMainWindow>
#include <QtConcurrentRun>
#include <QtCore>
#include <QtGui>
#include <PoissonReconLib.h>
#include <ecvMesh.h>
#include <ecvPointCloud.h>
#include <ecvProgressDialog.h>
#include <ecvScalarField.h>
#include <time.h>
#include <unistd.h>
Include dependency graph for qPoissonRecon.cpp:

Go to the source code of this file.

Classes

class  PointCloudWrapper< Real >
 
class  MeshWrapper< Real >
 
class  PoissonReconParamDlg
 

Functions

bool doReconstruct ()
 

Variables

static PoissonReconLib::Parameters s_params
 
static ccPointClouds_cloud = nullptr
 
static ccMeshs_mesh = nullptr
 
static ccPointClouds_meshVertices = nullptr
 
static cloudViewer::ScalarFields_densitySF = nullptr
 

Function Documentation

◆ doReconstruct()

Variable Documentation

◆ s_cloud

ccPointCloud* s_cloud = nullptr
static

Definition at line 228 of file qPoissonRecon.cpp.

Referenced by qPoissonRecon::doAction(), and doReconstruct().

◆ s_densitySF

cloudViewer::ScalarField* s_densitySF = nullptr
static

Definition at line 231 of file qPoissonRecon.cpp.

Referenced by qPoissonRecon::doAction(), and doReconstruct().

◆ s_mesh

ccMesh* s_mesh = nullptr
static

Definition at line 229 of file qPoissonRecon.cpp.

Referenced by qPoissonRecon::doAction(), and doReconstruct().

◆ s_meshVertices

ccPointCloud* s_meshVertices = nullptr
static

Definition at line 230 of file qPoissonRecon.cpp.

Referenced by qPoissonRecon::doAction(), and doReconstruct().

◆ s_params

PoissonReconLib::Parameters s_params
static

Definition at line 227 of file qPoissonRecon.cpp.

Referenced by qPoissonRecon::doAction(), and doReconstruct().