18 #ifndef itkWatershedMiniPipelineProgressCommand_h
19 #define itkWatershedMiniPipelineProgressCommand_h
23 #include "ITKWatershedsExport.h"
49 virtual void Execute(
const Object *caller,
const EventObject & event) ITK_OVERRIDE;
60 itkSetMacro(Count,
double);
61 itkGetConstMacro(Count,
double);
66 itkSetMacro(NumberOfFilters,
double);
67 itkGetConstMacro(NumberOfFilters,
double);
72 m_NumberOfFilters(1.0) {}
74 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
WatershedMiniPipelineProgressCommand Self
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
const ProcessObject * GetFilter()
virtual ~WatershedMiniPipelineProgressCommand()
void SetFilter(ProcessObject *p)
WatershedMiniPipelineProgressCommand()
Abstraction of the Events used to communicating among filters and with GUIs.
itk::SmartPointer< Self > Pointer
Control indentation during Print() invocation.
Base class for most ITK classes.
Superclass for callback/observer methods.
itk::SmartPointer< const Self > ConstPointer