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


Public Slots | |
| void | updateForeGroundPoint () |
| void | onLabelChanged (int) |
Public Member Functions | |
| MinimumCutSegmentationDlg (ecvMainAppInterface *app) | |
| void | refreshLabelComboBox () |
Protected Member Functions | |
| QString | getEntityName (ccHObject *obj) |
| cc2DLabel * | get2DLabelFromCombo (QComboBox *comboBox, ccHObject *dbRoot) |
Protected Attributes | |
| ecvMainAppInterface * | m_app |
| Gives access to the application (data-base, UI, etc.) More... | |
Definition at line 22 of file MinimumCutSegmentationDlg.h.
|
explicit |
Definition at line 17 of file MinimumCutSegmentationDlg.cpp.
References onLabelChanged().
|
protected |
Definition at line 97 of file MinimumCutSegmentationDlg.cpp.
References ccHObject::find(), ccObject::isA(), and CV_TYPES::LABEL_2D.
Referenced by updateForeGroundPoint().
|
protected |
Definition at line 84 of file MinimumCutSegmentationDlg.cpp.
References ccObject::getName(), ccObject::getUniqueID(), and name.
Referenced by refreshLabelComboBox().
|
slot |
Definition at line 27 of file MinimumCutSegmentationDlg.cpp.
References updateForeGroundPoint().
Referenced by MinimumCutSegmentationDlg().
| void MinimumCutSegmentationDlg::refreshLabelComboBox | ( | ) |
Definition at line 31 of file MinimumCutSegmentationDlg.cpp.
References ecvMainAppInterface::dbRootObject(), ccHObject::filterChildren(), getEntityName(), CV_TYPES::LABEL_2D, m_app, name, and updateForeGroundPoint().
Referenced by MinimumCutSegmentation::openInputDialog().
|
slot |
Definition at line 64 of file MinimumCutSegmentationDlg.cpp.
References cc2DLabel::PickedPoint::cloud, ecvMainAppInterface::dbRootObject(), get2DLabelFromCombo(), cc2DLabel::getPickedPoint(), cloudViewer::GenericIndexedCloud::getPoint(), cc2DLabel::PickedPoint::index, m_app, Tuple3Tpl< Type >::x, Tuple3Tpl< Type >::y, and Tuple3Tpl< Type >::z.
Referenced by onLabelChanged(), and refreshLabelComboBox().
|
protected |
Gives access to the application (data-base, UI, etc.)
Definition at line 36 of file MinimumCutSegmentationDlg.h.
Referenced by refreshLabelComboBox(), and updateForeGroundPoint().