![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Dialog for managing clipping box based repeated processes. More...
#include <ecvClippingBoxRepeatDlg.h>


Public Member Functions | |
| ccClippingBoxRepeatDlg (bool singleContourMode=false, QWidget *parent=0) | |
| Default constructor. More... | |
| void | setFlatDim (unsigned char dim) |
| Sets flat dimension (single contour mode only!) More... | |
| void | setRepeatDim (unsigned char dim) |
| Sets repeat dimension (multiple contour mode only!) More... | |
Protected Slots | |
| void | onDimChecked (bool) |
| void | onDimXChecked (bool) |
| void | onDimYChecked (bool) |
| void | onDimZChecked (bool) |
Dialog for managing clipping box based repeated processes.
Definition at line 16 of file ecvClippingBoxRepeatDlg.h.
| ccClippingBoxRepeatDlg::ccClippingBoxRepeatDlg | ( | bool | singleContourMode = false, |
| QWidget * | parent = 0 |
||
| ) |
Default constructor.
Definition at line 16 of file ecvClippingBoxRepeatDlg.cpp.
References onDimChecked(), onDimXChecked(), onDimYChecked(), onDimZChecked(), and setFlatDim().
|
protectedslot |
Definition at line 86 of file ecvClippingBoxRepeatDlg.cpp.
Referenced by ccClippingBoxRepeatDlg().
|
protectedslot |
Definition at line 59 of file ecvClippingBoxRepeatDlg.cpp.
References setFlatDim().
Referenced by ccClippingBoxRepeatDlg().
|
protectedslot |
Definition at line 63 of file ecvClippingBoxRepeatDlg.cpp.
References setFlatDim().
Referenced by ccClippingBoxRepeatDlg().
|
protectedslot |
Definition at line 67 of file ecvClippingBoxRepeatDlg.cpp.
References setFlatDim().
Referenced by ccClippingBoxRepeatDlg().
| void ccClippingBoxRepeatDlg::setFlatDim | ( | unsigned char | dim | ) |
Sets flat dimension (single contour mode only!)
Definition at line 72 of file ecvClippingBoxRepeatDlg.cpp.
Referenced by ccClippingBoxRepeatDlg(), onDimXChecked(), onDimYChecked(), and onDimZChecked().
| void ccClippingBoxRepeatDlg::setRepeatDim | ( | unsigned char | dim | ) |
Sets repeat dimension (multiple contour mode only!)
Definition at line 50 of file ecvClippingBoxRepeatDlg.cpp.