Go to the documentation of this file.
50 #ifndef vtkRendererSource_h
51 #define vtkRendererSource_h
53 #include "vtkRenderingCoreModule.h"
89 vtkGetMacro(WholeWindow,
int);
98 vtkGetMacro(RenderFlag,
int);
109 vtkGetMacro(DepthValues,
int);
121 vtkGetMacro(DepthValuesInScalars,
int);
135 vtkGetMacro(DepthValuesOnly,
int);
take a renderer's image and/or depth map into the pipeline
Superclass for all sources, filters, and sinks in VTK.
static vtkRendererSource * New()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkTypeUInt64 vtkMTimeType
topologically and geometrically regular array of data
a simple class to control print indentation
vtkMTimeType GetMTime()
Return the MTime also considering the Renderer.
void RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual void RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkImageData * GetOutput()
Get the output data object for a port on this algorithm.
abstract specification for renderers
void SetInput(vtkRenderer *)
Indicates what renderer to get the pixel data from.
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
see vtkAlgorithm for details
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.