![]() |
CustusX
15.8
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 57 of file cxElastixParameters.h.
| cx::ElastixParameters::ElastixParameters | ( | XmlOptionFile | options | ) |
Definition at line 47 of file cxElastixParameters.cpp.
|
signal |
|
inline |
Definition at line 69 of file cxElastixParameters.h.
|
inline |
Definition at line 67 of file cxElastixParameters.h.
|
inline |
Definition at line 68 of file cxElastixParameters.h.
| QStringList cx::ElastixParameters::getActiveParameterFiles | ( | ) | const |
Definition at line 189 of file cxElastixParameters.cpp.
|
static |
Definition at line 107 of file cxElastixParameters.cpp.
| StringPropertyBasePtr cx::ElastixParameters::getCurrentPreset | ( | ) |
Definition at line 112 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 202 of file cxElastixParameters.cpp.
| void cx::ElastixParameters::removeCurrentPreset | ( | ) |
Remove the currently selected preset. Reload.
Definition at line 117 of file cxElastixParameters.cpp.
| void cx::ElastixParameters::saveCurrentPreset | ( | QString | newName | ) |
Definition at line 143 of file cxElastixParameters.cpp.