![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Dialog for importing a 2D revolution profile (qSRA plugin) More...
#include <profileImportDlg.h>


Public Member Functions | |
| ProfileImportDlg (QWidget *parent=0) | |
| Default constructor. More... | |
| ProfileImportDlg (QWidget *parent=0) | |
| Default constructor. More... | |
| int | getAxisDimension () const |
| void | setDefaultFilename (QString filename) |
| Sets default filename. More... | |
| QString | getFilename () const |
| Returns input filename (on completion) More... | |
| bool | absoluteHeightValues () const |
| ProfileImportDlg (QWidget *parent=0) | |
| Default constructor. More... | |
| int | getAxisDimension () const |
| Returns revolution axis dimension index. More... | |
| void | setDefaultFilename (QString filename) |
| Sets default filename. More... | |
| QString | getFilename () const |
| Returns input filename (on completion) More... | |
| bool | absoluteHeightValues () const |
Protected Slots | |
| void | saveSettings () |
| Save settings. More... | |
| void | browseFile () |
| Called when the 'browse' tool button is pressed. More... | |
| void | browseFile () |
| Called when the 'browse' tool button is pressed. More... | |
Dialog for importing a 2D revolution profile (qSRA plugin)
Dialog for setting the input parameters required for the automatic segmentation of masonry walls
Definition at line 14 of file profileImportDlg.h.
|
explicit |
Default constructor.
Definition at line 21 of file profileImportDlg.cpp.
References s_horizontal, s_joints, s_vertical, and saveSettings().
|
explicit |
Default constructor.
|
explicit |
Default constructor.
| bool ProfileImportDlg::absoluteHeightValues | ( | ) | const |
Returns whether the profile heights are absolute or not (i.e. relative to the center)
Definition at line 53 of file profileImportDlg.cpp.
Referenced by qSRA::loadProfile().
| bool ProfileImportDlg::absoluteHeightValues | ( | ) | const |
Returns whether the profile heights are absolute or not (i.e. relative to the center)
|
protectedslot |
Called when the 'browse' tool button is pressed.
Definition at line 28 of file profileImportDlg.cpp.
References filename, getFilename(), and setDefaultFilename().
|
protectedslot |
Called when the 'browse' tool button is pressed.
| int ProfileImportDlg::getAxisDimension | ( | ) | const |
Definition at line 24 of file profileImportDlg.cpp.
Referenced by qSRA::loadProfile().
| int ProfileImportDlg::getAxisDimension | ( | ) | const |
Returns revolution axis dimension index.
| QString ProfileImportDlg::getFilename | ( | ) | const |
Returns input filename (on completion)
Definition at line 49 of file profileImportDlg.cpp.
Referenced by browseFile(), and qSRA::loadProfile().
| QString ProfileImportDlg::getFilename | ( | ) | const |
Returns input filename (on completion)
|
protectedslot |
Save settings.
Definition at line 34 of file profileImportDlg.cpp.
References s_horizontal, s_joints, and s_vertical.
Referenced by ProfileImportDlg().
| void ProfileImportDlg::setDefaultFilename | ( | QString | filename | ) |
Sets default filename.
Definition at line 45 of file profileImportDlg.cpp.
References filename.
Referenced by browseFile(), and qSRA::loadProfile().
| void ProfileImportDlg::setDefaultFilename | ( | QString | filename | ) |
Sets default filename.