Medical Imaging Interaction Toolkit  2023.12.00
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
nnUNetDownloadWorker Class Reference

Class to execute some functions from the Segmentation Plugin in a seperate thread. More...

#include <QmitknnUNetWorker.h>

Inheritance diagram for nnUNetDownloadWorker:
Collaboration diagram for nnUNetDownloadWorker:

Public Slots

void DoWork (QString, QString, mitk::ProcessExecutor::Pointer, mitk::ProcessExecutor::ArgumentListType)
 Starts the download process worker thread. More...
 

Signals

void Exit (bool exitCode, const QString message)
 the signal emitted when a download process is finshed; success or failed More...
 

Detailed Description

Class to execute some functions from the Segmentation Plugin in a seperate thread.

Definition at line 26 of file QmitknnUNetWorker.h.

Member Function Documentation

◆ DoWork

void nnUNetDownloadWorker::DoWork ( QString  ,
QString  ,
mitk::ProcessExecutor::Pointer  ,
mitk::ProcessExecutor::ArgumentListType   
)
slot

Starts the download process worker thread.

◆ Exit

void nnUNetDownloadWorker::Exit ( bool  exitCode,
const QString  message 
)
signal

the signal emitted when a download process is finshed; success or failed

Parameters
exitCode
message

The documentation for this class was generated from the following file: