Go to the documentation of this file.
50 #ifndef vtkRendererSource_h
51 #define vtkRendererSource_h
53 #include "vtkRenderingCoreModule.h"
vtkMTimeType GetMTime() override
Return the MTime also considering the Renderer.
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) override
Methods invoked by print to print information about the object including superclasses.
~vtkRendererSource() override
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
topologically and geometrically regular array of data
a simple class to control print indentation
void RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkTypeBool DepthValuesOnly
virtual void RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkTypeBool DepthValuesInScalars
vtkImageData * GetOutput()
Get the output data object for a port on this algorithm.
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
abstract specification for renderers
void SetInput(vtkRenderer *)
Indicates what renderer to get the pixel data from.
vtkTypeUInt32 vtkMTimeType