62 #ifndef vtkWindowToImageFilter_h
63 #define vtkWindowToImageFilter_h
74 class vtkWTI2DHelperClass;
95 vtkSetClampMacro(Magnification,
int,1,2048);
96 vtkGetMacro(Magnification,
int);
103 vtkSetMacro(FixBoundary,
bool);
104 vtkGetMacro(FixBoundary,
bool);
105 vtkBooleanMacro(FixBoundary,
bool);
111 vtkBooleanMacro(ReadFrontBuffer,
int);
112 vtkGetMacro(ReadFrontBuffer,
int);
113 vtkSetMacro(ReadFrontBuffer,
int);
119 vtkBooleanMacro(ShouldRerender,
int);
120 vtkSetMacro(ShouldRerender,
int);
121 vtkGetMacro(ShouldRerender,
int);
127 vtkSetVector4Macro(Viewport,
double);
128 vtkGetVectorMacro(Viewport,
double,4);
136 vtkSetMacro(InputBufferType,
int);
137 vtkGetMacro(InputBufferType,
int);
178 void Rescale2DActors();
179 void Shift2DActors(
int x,
int y);
180 void Restore2DActors();
vtkWTI2DHelperClass * StoredData
void SetInputBufferTypeToRGB()
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
void SetInputBufferTypeToZBuffer()
window superclass for vtkRenderWindow
Superclass for all sources, filters, and sinks in VTK.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
a simple class to control print indentation
topologically and geometrically regular array of data
Use a vtkWindow as input to image pipeline.
#define VTKRENDERINGCORE_EXPORT
static vtkAlgorithm * New()
void SetInputBufferTypeToRGBA()
void PrintSelf(ostream &os, vtkIndent indent)