Go to the documentation of this file.
29 #ifndef vtkTrivialProducer_h
30 #define vtkTrivialProducer_h
32 #include "vtkCommonExecutionModelModule.h"
71 vtkSetVector6Macro(WholeExtent,
int);
72 vtkGetVector6Macro(WholeExtent,
int);
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Process upstream/downstream requests trivially.
Superclass for all sources, filters, and sinks in VTK.
static vtkTrivialProducer * New()
Producer for stand-alone data objects.
vtkTypeUInt64 vtkMTimeType
Superclass for all pipeline executives in VTK.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Detect and break reference loops.
vtkMTimeType GetMTime() override
The modified time of this producer is the newer of this object or the assigned output.
virtual void SetOutput(vtkDataObject *output)
Set the data object that is "produced" by this producer.
general representation of visualization data