 |
VTK
9.0.1
|
Go to the documentation of this file.
26 #ifndef vtkTrivialProducer_h
27 #define vtkTrivialProducer_h
30 #include "vtkCommonExecutionModelModule.h"
67 vtkSetVector6Macro(WholeExtent,
int);
68 vtkGetVector6Macro(WholeExtent,
int);
Superclass for all sources, filters, and sinks in VTK.
static vtkTrivialProducer * New()
~vtkTrivialProducer() override
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
Producer for stand-alone data objects.
Superclass for all pipeline executives in VTK.
void ReportReferences(vtkGarbageCollector *) override
static void FillOutputDataInformation(vtkDataObject *output, vtkInformation *outInfo)
This method can be used to copy meta-data from an existing data object to an information object.
a simple class to control print indentation
vtkExecutive * CreateDefaultExecutive() override
Create a default executive.
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Detect and break reference loops.
vtkTypeBool ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Process upstream/downstream requests trivially.
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
vtkTypeUInt32 vtkMTimeType