17 #ifndef _mitkToolCommand_H
18 #define _mitkToolCommand_H
20 #include "itkCommand.h"
38 itkFactorylessNewMacro(Self) itkCloneMacro(Self)
44 void Execute(
itk::Object *caller, const
itk::EventObject &event) override;
50 void Execute(const
itk::Object *
object, const
itk::EventObject &event) override;
56 void AddStepsToDo(
int steps);
62 void SetProgress(
int steps);
68 double GetCurrentProgressValue();
74 void SetStopProcessing(
bool value);
80 double m_ProgressValue;
81 bool m_StopProcessing;
86 #endif // _mitkToolCommand_H
#define MITKSEGMENTATION_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.