![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <cellsFusionDlg.h>


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... | |
Dialog for the extraction of facets based on a cell-fusion strategy (qFacets plugin)
Definition at line 14 of file cellsFusionDlg.h.
Cell fusion algorithm.
| Enumerator | |
|---|---|
| ALGO_KD_TREE | |
| ALGO_FAST_MARCHING | |
Definition at line 17 of file cellsFusionDlg.h.
|
inline |
Default constructor.
Definition at line 20 of file cellsFusionDlg.h.
References ALGO_FAST_MARCHING, and ALGO_KD_TREE.