![]() |
SMILX
1.01
|
This class is the advanced options form for the registration. More...
#include <milxQtRegistrationAdvancedOptions.h>
Public Slots | |
| void | accept () |
| Click on button Ok. | |
| void | reject () |
| Click on button Cancel. More... | |
| void | browseBtnClicked () |
| void | clearFileBtnClicked () |
Public Member Functions | |
| milxQtRegistrationAdvancedOptions (QDialog *theParent=0) | |
| The standard constructor. More... | |
| milxQtRegistrationParams | getParamsF3DNifti () |
| Get the advanced parameter of a Nifti F3D registration. | |
| milxQtRegistrationParams | getParamsAladinNifti () |
| Get the advanced parameter of a Nifti Aladin registration. | |
| milxQtRegistrationParams | getParamsElastixAffine () |
| Get the advanced parameters of an Elastix Affine registration. | |
| milxQtRegistrationParams | getParamsElastixBSpline () |
| Get the advanced parameters of an Elastix BSpline registration. | |
| void | reset (RegType algo) |
| Reset the advanced form to the algorithm in parameter. | |
Protected Member Functions | |
| void | createConnections () |
| Create connections with UI. | |
Protected Attributes | |
| Ui::dlgRegistrationAdvancedOptions | ui |
| User interface. | |
| RegType | currentAlgo |
| Current algo. | |
This class is the advanced options form for the registration.
Definition at line 12 of file milxQtRegistrationAdvancedOptions.h.
| milxQtRegistrationAdvancedOptions::milxQtRegistrationAdvancedOptions | ( | QDialog * | theParent = 0 | ) |
The standard constructor.
The standard destructor.
Definition at line 9 of file milxQtRegistrationAdvancedOptions.cpp.
|
slot |
Click on button Cancel.
Clear button clicked.
Browse button clicked.
Definition at line 413 of file milxQtRegistrationAdvancedOptions.cpp.
1.8.13