18 #ifndef itkIterationReporter_h
19 #define itkIterationReporter_h
60 unsigned long stepsPerUpdate = 100);
72 if ( --m_StepsBeforeUpdate == 0 )
74 m_StepsBeforeUpdate = m_StepsPerUpdate;
75 m_Filter->InvokeEvent( IterationEvent() );
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Implements iterations tracking for a filter.
unsigned long m_StepsBeforeUpdate
unsigned int ThreadIdType
unsigned long m_StepsPerUpdate