A command to get tool process feedback.
More...
#include <mitkToolCommand.h>
A command to get tool process feedback.
- See also
- ProgressBar
Definition at line 28 of file mitkToolCommand.h.
◆ Pointer
◆ Self
◆ Superclass
◆ ToolCommand()
mitk::ToolCommand::ToolCommand |
( |
| ) |
|
|
protected |
◆ AddStepsToDo()
void mitk::ToolCommand::AddStepsToDo |
( |
int |
steps | ) |
|
Add new steps to the progress bar.
◆ Clone()
Pointer mitk::ToolCommand::Clone |
( |
| ) |
const |
◆ Execute() [1/2]
void mitk::ToolCommand::Execute |
( |
const itk::Object * |
object, |
|
|
const itk::EventObject & |
event |
|
) |
| |
|
override |
◆ Execute() [2/2]
void mitk::ToolCommand::Execute |
( |
itk::Object * |
caller, |
|
|
const itk::EventObject & |
event |
|
) |
| |
|
override |
Reacts on events from ITK filters.
◆ GetCurrentProgressValue()
double mitk::ToolCommand::GetCurrentProgressValue |
( |
| ) |
|
Returns the current progress value.
◆ New()
static Pointer mitk::ToolCommand::New |
( |
| ) |
|
|
static |
◆ SetProgress()
void mitk::ToolCommand::SetProgress |
( |
int |
steps | ) |
|
Sets the remaining progress to the progress bar when the optimization process is done.
◆ SetStopProcessing()
void mitk::ToolCommand::SetStopProcessing |
( |
bool |
value | ) |
|
Sets the stop processing flag, which is used to call ...
The documentation for this class was generated from the following file: