Go to the documentation of this file.
64 #ifndef vtkWindowToImageFilter_h
65 #define vtkWindowToImageFilter_h
67 #include "vtkRenderingCoreModule.h"
76 class vtkWTI2DHelperClass;
102 vtkSetClampMacro(Magnification,
int,1,2048);
103 vtkGetMacro(Magnification,
int);
113 vtkGetMacro(FixBoundary,
bool);
123 vtkGetMacro(ReadFrontBuffer,
int);
134 vtkGetMacro(ShouldRerender,
int);
144 vtkGetVectorMacro(Viewport,
double,4);
155 vtkGetMacro(InputBufferType,
int);
virtual void RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetInputBufferTypeToZBuffer()
vtkImageData * GetOutput()
Get the output data object for a port on this algorithm.
~vtkWindowToImageFilter()
Superclass for all sources, filters, and sinks in VTK.
void SetInputBufferTypeToRGBA()
Use a vtkWindow as input to image pipeline.
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
see vtkAlgorithm for details
void SetInput(vtkWindow *input)
Indicates what renderer to get the pixel data from.
void Shift2DActors(int x, int y)
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
window superclass for vtkRenderWindow
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
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkWTI2DHelperClass * StoredData
static vtkWindowToImageFilter * New()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
void SetInputBufferTypeToRGB()