18#ifndef itkIterationReporter_h
19#define itkIterationReporter_h
72 if (--m_StepsBeforeUpdate == 0)
74 m_StepsBeforeUpdate = m_StepsPerUpdate;
75 m_Filter->InvokeEvent(IterationEvent());
Implements iterations tracking for a filter.
unsigned long m_StepsPerUpdate
~IterationReporter()=default
IterationReporter(ProcessObject *filter, ThreadIdType threadId, unsigned long stepsPerUpdate=100)
unsigned long m_StepsBeforeUpdate
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
unsigned int ThreadIdType