Go to the documentation of this file.
64 #ifndef vtkWindowToImageFilter_h
65 #define vtkWindowToImageFilter_h
67 #include "vtkRenderingCoreModule.h"
76 class vtkWTI2DHelperClass;
102 vtkSetVector2Macro(Scale,
int);
103 vtkGetVector2Macro(Scale,
int);
118 vtkSetMacro(FixBoundary,
bool);
119 vtkGetMacro(FixBoundary,
bool);
120 vtkBooleanMacro(FixBoundary,
bool);
150 vtkGetVectorMacro(Viewport,
double,4);
160 vtkSetMacro(InputBufferType,
int);
161 vtkGetMacro(InputBufferType,
int);
virtual void RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetInputBufferTypeToZBuffer()
vtkImageData * GetOutput()
Get the output data object for a port on this algorithm.
vtkTypeBool ReadFrontBuffer
Superclass for all sources, filters, and sinks in VTK.
void SetInputBufferTypeToRGBA()
Use a vtkWindow as input to image pipeline.
void SetScale(int scale)
Convenience method to set same scale factors for x and y.
void SetInput(vtkWindow *input)
Indicates what renderer to get the pixel data from.
~vtkWindowToImageFilter() override
void Shift2DActors(int x, int y)
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
window superclass for vtkRenderWindow
virtual void Render()
Allows subclasses to customize how a request for render is handled.
void SetViewport(double, double, double, double)
Set/get the extents to be used to generate the image.
void SetViewport(double *)
void RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
topologically and geometrically regular array of data
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.
vtkTypeBool ShouldRerender
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
vtkWTI2DHelperClass * StoredData
static vtkWindowToImageFilter * New()
void SetInputBufferTypeToRGB()