29 #ifndef vtkReaderExecutive_h
30 #define vtkReaderExecutive_h
32 #include "vtkCommonExecutionModelModule.h"
a simple class to control print indentation
Executive that works with vtkReaderAlgorithm and subclasses.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkReaderExecutive() override
virtual int CallAlgorithm(vtkInformation *request, int direction, vtkInformationVector **inInfo, vtkInformationVector *outInfo) override
Overwritten to call the vtkReaderAlgorithm API instead of ProcessRequest().
static vtkReaderExecutive * New()
Executive supporting partial updates.