ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
CellsFusionDlg Class Reference

#include <cellsFusionDlg.h>

Inheritance diagram for CellsFusionDlg:
Collaboration diagram for CellsFusionDlg:

Public Types

enum  Algorithm { ALGO_KD_TREE , ALGO_FAST_MARCHING }
 Cell fusion algorithm. More...
 

Public Member Functions

 CellsFusionDlg (Algorithm algo, QWidget *parent=0)
 Default constructor. More...
 

Detailed Description

Dialog for the extraction of facets based on a cell-fusion strategy (qFacets plugin)

Definition at line 14 of file cellsFusionDlg.h.

Member Enumeration Documentation

◆ Algorithm

Cell fusion algorithm.

Enumerator
ALGO_KD_TREE 
ALGO_FAST_MARCHING 

Definition at line 17 of file cellsFusionDlg.h.

Constructor & Destructor Documentation

◆ CellsFusionDlg()

CellsFusionDlg::CellsFusionDlg ( Algorithm  algo,
QWidget *  parent = 0 
)
inline

Default constructor.

Definition at line 20 of file cellsFusionDlg.h.

References ALGO_FAST_MARCHING, and ALGO_KD_TREE.


The documentation for this class was generated from the following file: