26 #ifndef vtkTrivialProducer_h
27 #define vtkTrivialProducer_h
29 #include "vtkCommonExecutionModelModule.h"
68 vtkSetVector6Macro(WholeExtent,
int);
69 vtkGetVector6Macro(WholeExtent,
int);
82 ~vtkTrivialProducer() VTK_OVERRIDE;
95 vtkTrivialProducer(const vtkTrivialProducer&) VTK_DELETE_FUNCTION;
96 void operator=(const vtkTrivialProducer&) VTK_DELETE_FUNCTION;
vtkTypeUInt32 vtkMTimeType
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.
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