58 #ifndef vtkWindowToImageFilter_h
59 #define vtkWindowToImageFilter_h
61 #include "vtkRenderingCoreModule.h"
70 class vtkWTI2DHelperClass;
96 vtkSetClampMacro(Magnification,
int,1,2048);
97 vtkGetMacro(Magnification,
int);
107 vtkGetMacro(FixBoundary,
bool);
117 vtkGetMacro(ReadFrontBuffer,
int);
128 vtkGetMacro(ShouldRerender,
int);
136 void SetViewport(
double,
double,
double,
double);
137 void SetViewport(
double*);
138 vtkGetVectorMacro(Viewport,
double,4);
149 vtkGetMacro(InputBufferType,
int);
170 ~vtkWindowToImageFilter() VTK_OVERRIDE;
184 virtual
void RequestInformation (vtkInformation*,
185 vtkInformationVector**,
186 vtkInformationVector*);
189 int FillOutputPortInformation(
int port, vtkInformation*
info) VTK_OVERRIDE;
198 virtual
void Render();
201 void Rescale2DActors();
202 void Shift2DActors(
int x,
int y);
203 void Restore2DActors();
204 vtkWTI2DHelperClass *StoredData;
207 vtkWindowToImageFilter(const vtkWindowToImageFilter&) VTK_DELETE_FUNCTION;
208 void operator=(const vtkWindowToImageFilter&) VTK_DELETE_FUNCTION;
void SetInputBufferTypeToRGB()
Set/get the window buffer from which data will be read.
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetInputBufferTypeToZBuffer()
Set/get the window buffer from which data will be read.
window superclass for vtkRenderWindow
Superclass for all sources, filters, and sinks in VTK.
a simple class to control print indentation
topologically and geometrically regular array of data
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Use a vtkWindow as input to image pipeline.
static vtkAlgorithm * New()
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void SetInputBufferTypeToRGBA()
Set/get the window buffer from which data will be read.