18 #ifndef __itkWatershedMiniPipelineProgressCommand_h
19 #define __itkWatershedMiniPipelineProgressCommand_h
59 itkSetMacro(Count,
double);
60 itkGetConstMacro(Count,
double);
65 itkSetMacro(NumberOfFilters,
double);
66 itkGetConstMacro(NumberOfFilters,
double);
73 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...
virtual void Execute(Object *caller, const EventObject &event) ITK_OVERRIDE
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.
virtual void PrintSelf(std::ostream &os, Indent indent) const ITK_OVERRIDE
itk::SmartPointer< const Self > ConstPointer