58 #ifndef vtkWindowToImageFilter_h 
   59 #define vtkWindowToImageFilter_h 
   63 #include "vtkRenderingCoreModule.h"  
   70 class vtkWTI2DHelperClass;
 
   96   vtkSetVector2Macro(Scale, 
int);
 
   97   vtkGetVector2Macro(Scale, 
int);
 
  112   vtkSetMacro(FixBoundary, 
bool);
 
  113   vtkGetMacro(FixBoundary, 
bool);
 
  114   vtkBooleanMacro(FixBoundary, 
bool);
 
  142   void SetViewport(
double, 
double, 
double, 
double);
 
  143   void SetViewport(
double*);
 
  144   vtkGetVectorMacro(Viewport, 
double, 4);
 
  154   vtkSetMacro(InputBufferType, 
int);
 
  155   vtkGetMacro(InputBufferType, 
int);
 
  199   virtual void Render();
 
  202   void Rescale2DActors();
 
  203   void Shift2DActors(
int x, 
int y);
 
  204   void Restore2DActors();