MCPcopy 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
74void mitk::ToolCommand::SetProgress(int steps)
75{
76 mitk::ProgressBar::GetInstance()->Progress(steps);
77}
78
79double mitk::ToolCommand::GetCurrentProgressValue()
80{

Callers 1

UpdatePreviewMethod · 0.80

Calls 1

ProgressMethod · 0.45

Tested by

no test coverage detected