VivoQuant
|
Object to access the Multi-Atlas Segmentation Tool (formerly known as Whole Body Atlas) functionalities. More...
Public Slots | |
void | run () |
Runs the segmentation. | |
void | initialize () |
Shows / initializes the hidden dialog. | |
void | hide () |
Hides the dialog. | |
void | close () |
Closes and destroys the dialog. | |
Public Member Functions | |
void | setLibraryPath (string path) |
Sets the library path to be used. More... | |
void | writeSettings (string filepath) |
Writes the UI settings to a file. More... | |
void | loadSettings (string filepath) |
Loads settings from a file to the UI. More... | |
Object | getWidget (string name) |
Gets a widget from the dialog widgets. More... | |
Object | getROIsList () |
Gets the list of available ROIS in the library. More... | |
Object | getModalitiesList () |
Gets the list of available modalities in the library. More... | |
Object | getImagesList () |
Gets the list of available images in the library. More... | |
string | getLogText () |
Gets the content of the log text box. More... | |
bool | hasError () |
Gets error status of the object. More... | |
void | clearError () |
Clears any error in the object. | |
string | takeError () |
Take the last error from the object. More... | |
string | errorString () |
Gets the error message of the last error that occured. More... | |
Static Public Member Functions | |
static string | getLibraryPath () |
Gets the library path. More... | |
Object to access the Multi-Atlas Segmentation Tool (formerly known as Whole Body Atlas) functionalities.
This object can be used to configure and launch an automatic segmentation with the Multi-Atlas Segmentation Tool module.
See also ScriptMaster::wbAtlas() to obtain this object.
|
inline |
Gets the error message of the last error that occured.
Object getImagesList | ( | ) |
Gets the list of available images in the library.
|
static |
Gets the library path.
string getLogText | ( | ) |
Gets the content of the log text box.
Object getModalitiesList | ( | ) |
Gets the list of available modalities in the library.
Object getROIsList | ( | ) |
Gets the list of available ROIS in the library.
Object getWidget | ( | string | name | ) |
Gets a widget from the dialog widgets.
name | The name of the widget to get |
|
inline |
Gets error status of the object.
void loadSettings | ( | string | filepath | ) |
Loads settings from a file to the UI.
filepath | The file to load the settings from |
void setLibraryPath | ( | string | path | ) |
Sets the library path to be used.
path | The library path |
|
inline |
Take the last error from the object.
void writeSettings | ( | string | filepath | ) |
Writes the UI settings to a file.
filepath | The file to write the settings to |