Medical Imaging Interaction Toolkit  2024.12.99-d991a09f
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 separate 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 finished; success or failed More...
 

Detailed Description

Class to execute some functions from the Segmentation Plugin in a separate 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 finished; success or failed

Parameters
exitCode
message

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