33#ifndef vtkProgressObserver_h
34#define vtkProgressObserver_h
36#include "vtkCommonExecutionModelModule.h"
56 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.