18 #ifndef itkWatershedMiniPipelineProgressCommand_h
19 #define itkWatershedMiniPipelineProgressCommand_h
23 #include "ITKWatershedsExport.h"
60 itkSetMacro(Count,
double);
61 itkGetConstMacro(Count,
double);
66 itkSetMacro(NumberOfFilters,
unsigned int);
67 itkGetConstMacro(NumberOfFilters,
unsigned int);
74 void PrintSelf(std::ostream & os,
Indent indent)
const override;
79 unsigned int m_NumberOfFilters{1};
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
const ProcessObject * GetFilter()
void SetFilter(ProcessObject *p)
WatershedMiniPipelineProgressCommand()
int Execute(int argc, char *argv[])
Abstraction of the Events used to communicating among filters and with GUIs.
Control indentation during Print() invocation.
class ITK_FORWARD_EXPORT Command
Base class for most ITK classes.
Superclass for callback/observer methods.