29 #ifndef vtkReaderExecutive_h 30 #define vtkReaderExecutive_h 32 #include "vtkCommonExecutionModelModule.h"
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkStreamingDemandDrivenPipeline * New()
Executive that works with vtkReaderAlgorithm and subclasses.
a simple class to control print indentation
virtual int CallAlgorithm(vtkInformation *request, int direction, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
An API to CallAlgorithm that allows you to pass in the info objects to be used.
Executive supporting partial updates.