17#ifndef vtkTrivialProducer_h
18#define vtkTrivialProducer_h
21#include "vtkCommonExecutionModelModule.h"
24VTK_ABI_NAMESPACE_BEGIN
61 vtkSetVector6Macro(WholeExtent,
int);
62 vtkGetVector6Macro(WholeExtent,
int);
Superclass for all sources, filters, and sinks in VTK.
general representation of visualization data
Superclass for all pipeline executives in VTK.
Detect and break reference loops.
a simple class to control print indentation
Producer for stand-alone data objects.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeBool ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Process upstream/downstream requests trivially.
static vtkTrivialProducer * New()
vtkTypeUInt32 vtkMTimeType
#define VTK_MARSHALSETTER(property)