13 #ifndef _mitkToolCommand_H 14 #define _mitkToolCommand_H 16 #include "itkCommand.h" 34 itkFactorylessNewMacro(Self);
41 void Execute(itk::Object *caller,
const itk::EventObject &event)
override;
47 void Execute(
const itk::Object *
object,
const itk::EventObject &event)
override;
53 void AddStepsToDo(
int steps);
59 void SetProgress(
int steps);
65 double GetCurrentProgressValue();
71 void SetStopProcessing(
bool value);
77 double m_ProgressValue;
78 bool m_StopProcessing;
83 #endif // _mitkToolCommand_H
#define MITKSEGMENTATION_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.