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

Dialog to define connected components labelinng parameters. More...

#include <ecvLabelingDlg.h>

Inheritance diagram for ccLabelingDlg:
Collaboration diagram for ccLabelingDlg:

Public Member Functions

 ccLabelingDlg (QWidget *parent=0)
 Default constructor. More...
 
int getOctreeLevel ()
 Returns octree level (defines grid step) More...
 
int getMinPointsNb ()
 Returns min number of points per extracted CC. More...
 
bool randomColors ()
 Specifies whether each extracted CC should get a random color. More...
 

Detailed Description

Dialog to define connected components labelinng parameters.

Definition at line 13 of file ecvLabelingDlg.h.

Constructor & Destructor Documentation

◆ ccLabelingDlg()

ccLabelingDlg::ccLabelingDlg ( QWidget *  parent = 0)
explicit

Default constructor.

Definition at line 13 of file ecvLabelingDlg.cpp.

References cloudViewer::DgmOctree::MAX_OCTREE_LEVEL.

Member Function Documentation

◆ getMinPointsNb()

int ccLabelingDlg::getMinPointsNb ( )

Returns min number of points per extracted CC.

Definition at line 22 of file ecvLabelingDlg.cpp.

◆ getOctreeLevel()

int ccLabelingDlg::getOctreeLevel ( )

Returns octree level (defines grid step)

Definition at line 20 of file ecvLabelingDlg.cpp.

◆ randomColors()

bool ccLabelingDlg::randomColors ( )

Specifies whether each extracted CC should get a random color.

Definition at line 24 of file ecvLabelingDlg.cpp.


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