21#ifndef vtkProgressObserver_h 
   22#define vtkProgressObserver_h 
   24#include "vtkCommonExecutionModelModule.h"  
   27VTK_ABI_NAMESPACE_BEGIN
 
   45  vtkGetMacro(Progress, 
double);
 
a simple class to control print indentation
 
abstract base class for most VTK objects
 
Basic class to optionally replace vtkAlgorithm progress functionality.
 
static vtkProgressObserver * New()
 
~vtkProgressObserver() override
 
virtual void UpdateProgress(double amount)
The default behavior is to update the Progress data member and invoke a ProgressEvent.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.