Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ SetProgress
Method
SetProgress
Modules/Segmentation/src/Interactions/mitkToolCommand.cpp:74–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
void mitk::ToolCommand::SetProgress(int steps)
75
{
76
mitk::ProgressBar::GetInstance()->Progress(steps);
77
}
78
79
double mitk::ToolCommand::GetCurrentProgressValue()
80
{
Callers
1
UpdatePreview
Method · 0.80
Calls
1
Progress
Method · 0.45
Tested by
no test coverage detected