29 #ifndef vtkTrivialProducer_h
30 #define vtkTrivialProducer_h
32 #include "vtkCommonExecutionModelModule.h"
71 vtkSetVector6Macro(WholeExtent,
int);
72 vtkGetVector6Macro(WholeExtent,
int);
85 ~vtkTrivialProducer() VTK_OVERRIDE;
98 vtkTrivialProducer(const vtkTrivialProducer&) VTK_DELETE_FUNCTION;
99 void operator=(const vtkTrivialProducer&) VTK_DELETE_FUNCTION;
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
Superclass for all pipeline executives in VTK.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeUInt64 vtkMTimeType
Detect and break reference loops.
Superclass for all sources, filters, and sinks in VTK.
Producer for stand-alone data objects.
a simple class to control print indentation
static vtkAlgorithm * New()
general representation of visualization data