52 #ifndef vtkWindowToImageFilter_h
53 #define vtkWindowToImageFilter_h
57 #include "vtkRenderingCoreModule.h"
62 VTK_ABI_NAMESPACE_BEGIN
65 class vtkWTI2DHelperClass;
91 vtkSetVector2Macro(Scale,
int);
92 vtkGetVector2Macro(Scale,
int);
107 vtkSetMacro(FixBoundary,
bool);
108 vtkGetMacro(FixBoundary,
bool);
109 vtkBooleanMacro(FixBoundary,
bool);
137 void SetViewport(
double,
double,
double,
double);
138 void SetViewport(
double*);
139 vtkGetVectorMacro(Viewport,
double, 4);
149 vtkSetMacro(InputBufferType,
int);
150 vtkGetMacro(InputBufferType,
int);
194 virtual void Render();
197 void Rescale2DActors();
198 void Shift2DActors(
int x,
int y);
199 void Restore2DActors();
207 VTK_ABI_NAMESPACE_END
vtkWTI2DHelperClass * StoredData
void SetInputBufferTypeToRGB()
Set/get the window buffer from which data will be read.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeBool ShouldRerender
void SetInputBufferTypeToZBuffer()
Set/get the window buffer from which data will be read.
virtual vtkTypeBool ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
window superclass for vtkRenderWindow
Superclass for all sources, filters, and sinks in VTK.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
void SetScale(int scale)
Convenience method to set same scale factors for x and y.
a simple class to control print indentation
topologically and geometrically regular array of data
Use a vtkWindow as input to image pipeline.
static vtkAlgorithm * New()
vtkTypeBool ReadFrontBuffer
void SetInputBufferTypeToRGBA()
Set/get the window buffer from which data will be read.