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);
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...
Implements transparent reference counting.
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()
itk::SmartPointer< Self > Pointer
void Execute(Object *caller, const EventObject &event) override
unsigned int m_NumberOfFilters
~WatershedMiniPipelineProgressCommand() override=default
itk::SmartPointer< const Self > ConstPointer
WatershedMiniPipelineProgressCommand Self
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....