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);
148 void SetViewport(
double,
double,
double,
double);
149 void SetViewport(
double*);
150 vtkGetVectorMacro(Viewport,
double,4);
160 vtkSetMacro(InputBufferType,
int);
161 vtkGetMacro(InputBufferType,
int);
210 virtual void Render();
213 void Rescale2DActors();
214 void Shift2DActors(
int x,
int y);
215 void Restore2DActors();