Inherits from QWidget
Public Slots
Public Signals
Public Functions
Public Attributes
Public Slots Documentation
slot handle_error
void handle_error(
QString msg
)
slot onConnectServer
slot onServerAddressChanged
void onServerAddressChanged()
slot onModelTypeChanged
void onModelTypeChanged(
int index
)
slot triggerUpdateView
slot handle_progress
void handle_progress(
int val,
QString message
)
slot handleSampleNumberChanged
void handleSampleNumberChanged()
slot handleClientInitialized
void handleClientInitialized()
slot handleUploadSampleCompleted
void handleUploadSampleCompleted()
slot handleSegmentationCompleted
void handleSegmentationCompleted()
slot handleSubmitLabelCompleted
void handleSubmitLabelCompleted()
Public Signals Documentation
signal update_view
signal progress
signal sampleChanged
Public Functions Documentation
MonaiLabelTool(
Preferences & prefs
)
function set_session
void set_session(
QSharedPointer< Session > session
)
function set_app
void set_app(
ShapeWorksStudioApp * app
)
function is_active
function loadParamsFromUi
function shutdown
void runSegmentationTool()
function resizeEvent
void resizeEvent(
QResizeEvent * event
) override
function getCurrentSampleNumber
int getCurrentSampleNumber()
function enable_actions
Public Attributes Documentation
variable MONAI_MODE_SEGMENTATION
static const std::string MONAI_MODE_SEGMENTATION;
variable MONAI_MODE_DEEPGROW
static const std::string MONAI_MODE_DEEPGROW;
variable MONAI_MODE_DEEPEDIT
static const std::string MONAI_MODE_DEEPEDIT;
variable MONAI_SAMPLE_STRATEGY_RANDOM
static const std::string MONAI_SAMPLE_STRATEGY_RANDOM;
Updated on 2024-11-11 at 19:51:45 +0000