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


Public Member Functions | |
| ccOrthoSectionGenerationDlg (QWidget *parent=0) | |
| Default constructor. More... | |
| void | setPathLength (double l) |
| Sets the path legnth. More... | |
| void | setAutoSaveAndRemove (bool state) |
| Sets whether the generatrix should be automatically saved and removed. More... | |
| bool | autoSaveAndRemove () const |
| Returns whether the generatrix should be automatically saved and removed. More... | |
| void | setGenerationStep (double s) |
| Sets the generation step. More... | |
| void | setSectionsWidth (double w) |
| Sets he sections width. More... | |
| double | getGenerationStep () const |
| Returns the generation step. More... | |
| double | getSectionsWidth () const |
| Returns the sections width. More... | |
Protected Slots | |
| void | onStepChanged (double) |
Protected Attributes | |
| double | m_pathLength |
| Path length. More... | |
Dialog for generating orthogonal sections along a path (Section Extraction Tool)
Definition at line 17 of file ecvOrthoSectionGenerationDlg.h.
|
explicit |
Default constructor.
Definition at line 13 of file ecvOrthoSectionGenerationDlg.cpp.
References onStepChanged().
| bool ccOrthoSectionGenerationDlg::autoSaveAndRemove | ( | ) | const |
Returns whether the generatrix should be automatically saved and removed.
Definition at line 36 of file ecvOrthoSectionGenerationDlg.cpp.
| double ccOrthoSectionGenerationDlg::getGenerationStep | ( | ) | const |
Returns the generation step.
Definition at line 48 of file ecvOrthoSectionGenerationDlg.cpp.
| double ccOrthoSectionGenerationDlg::getSectionsWidth | ( | ) | const |
Returns the sections width.
Definition at line 52 of file ecvOrthoSectionGenerationDlg.cpp.
|
protectedslot |
Definition at line 56 of file ecvOrthoSectionGenerationDlg.cpp.
References count, cloudViewer::utility::floor(), and m_pathLength.
Referenced by ccOrthoSectionGenerationDlg().
| void ccOrthoSectionGenerationDlg::setAutoSaveAndRemove | ( | bool | state | ) |
Sets whether the generatrix should be automatically saved and removed.
Definition at line 32 of file ecvOrthoSectionGenerationDlg.cpp.
| void ccOrthoSectionGenerationDlg::setGenerationStep | ( | double | s | ) |
Sets the generation step.
Definition at line 40 of file ecvOrthoSectionGenerationDlg.cpp.
| void ccOrthoSectionGenerationDlg::setPathLength | ( | double | l | ) |
Sets the path legnth.
Definition at line 25 of file ecvOrthoSectionGenerationDlg.cpp.
References m_pathLength.
| void ccOrthoSectionGenerationDlg::setSectionsWidth | ( | double | w | ) |
Sets he sections width.
Definition at line 44 of file ecvOrthoSectionGenerationDlg.cpp.
|
protected |
Path length.
Definition at line 48 of file ecvOrthoSectionGenerationDlg.h.
Referenced by onStepChanged(), and setPathLength().