18#ifndef itkWatershedMiniPipelineProgressCommand_h
19#define itkWatershedMiniPipelineProgressCommand_h
23#include "ITKWatershedsExport.h"
68 itkSetMacro(Count,
double);
69 itkGetConstMacro(Count,
double);
74 itkSetMacro(NumberOfFilters,
unsigned int);
75 itkGetConstMacro(NumberOfFilters,
unsigned int);
85 double m_Count{ 0.0 };
87 unsigned int m_NumberOfFilters{ 1 };
Superclass for callback/observer methods.
Abstraction of the Events used to communicating among filters and with GUIs.
Control indentation during Print() invocation.
Base class for most ITK classes.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
void PrintSelf(std::ostream &os, Indent indent) const override
void SetFilter(ProcessObject *p)
void Execute(const Object *caller, const EventObject &event) override
WatershedMiniPipelineProgressCommand()=default
const ProcessObject * GetFilter()
void Execute(Object *caller, const EventObject &event) override
~WatershedMiniPipelineProgressCommand() override=default
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
class ITK_FORWARD_EXPORT Command