You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're right. It generally should reset when both the following are true at the same time:
There is not a running calculation
The set of the loaded non-label images change (either new images are added, or existing ones are removed)
I think this can be done in
// reimplemented from QmitkAbstractViewvoidNodeAdded(const mitk::DataNode* node) override;
// reimplemented from QmitkAbstractViewvoidNodeRemoved(const mitk::DataNode* node) override;
which are part of QmitkAbstractView or mitk::ILifecycleAwarePart
dboun
changed the title
[Interactive Segmentation] Progress bar should reset after running and unloading data
[InteractiveSegmentation] Progress bar should reset after running and unloading data
Mar 11, 2020
The text was updated successfully, but these errors were encountered: