![]() |
CustusX
18.04-rc5
An IGT application
|
Parameter and preset handling for the ElastiX registration. More...
#include <cxElastixParameters.h>
Signals | |
| void | elastixParametersChanged () |
Public Member Functions | |
| ElastixParameters (XmlOptionFile options) | |
| StringPropertyBasePtr | getCurrentPreset () |
| void | removeCurrentPreset () |
| Remove the currently selected preset. Reload. More... | |
| void | saveCurrentPreset (QString newName) |
| FilePathPropertyPtr | getActiveParameterFile0 () const |
| FilePathPropertyPtr | getActiveParameterFile1 () const |
| FilePathPropertyPtr | getActiveExecutable () const |
| QStringList | getActiveParameterFiles () const |
| QString | getPresetNameSuggesion () const |
| create a name describing the active state, can be used as name for a new preset. More... | |
Static Public Member Functions | |
| static QString | getConfigUid () |
Parameter and preset handling for the ElastiX registration.
Definition at line 36 of file cxElastixParameters.h.
| cx::ElastixParameters::ElastixParameters | ( | XmlOptionFile | options | ) |
Definition at line 27 of file cxElastixParameters.cpp.
|
signal |
|
inline |
Definition at line 48 of file cxElastixParameters.h.
|
inline |
Definition at line 46 of file cxElastixParameters.h.
|
inline |
Definition at line 47 of file cxElastixParameters.h.
| QStringList cx::ElastixParameters::getActiveParameterFiles | ( | ) | const |
Definition at line 186 of file cxElastixParameters.cpp.
|
static |
Definition at line 96 of file cxElastixParameters.cpp.
| StringPropertyBasePtr cx::ElastixParameters::getCurrentPreset | ( | ) |
Definition at line 101 of file cxElastixParameters.cpp.
| QString cx::ElastixParameters::getPresetNameSuggesion | ( | ) | const |
create a name describing the active state, can be used as name for a new preset.
Definition at line 199 of file cxElastixParameters.cpp.
| void cx::ElastixParameters::removeCurrentPreset | ( | ) |
Remove the currently selected preset. Reload.
Definition at line 106 of file cxElastixParameters.cpp.
| void cx::ElastixParameters::saveCurrentPreset | ( | QString | newName | ) |
Definition at line 132 of file cxElastixParameters.cpp.