64 #ifndef vtkWindowToImageFilter_h 65 #define vtkWindowToImageFilter_h 67 #include "vtkRenderingCoreModule.h" 76 class vtkWTI2DHelperClass;
103 VTK_LEGACY(
void SetMagnification(
int));
104 VTK_LEGACY(
int GetMagnification());
111 vtkSetVector2Macro(Scale,
int);
112 vtkGetVector2Macro(Scale,
int);
128 vtkGetMacro(FixBoundary,
bool);
138 vtkGetMacro(ReadFrontBuffer,
int);
149 vtkGetMacro(ShouldRerender,
int);
157 void SetViewport(
double,
double,
double,
double);
158 void SetViewport(
double*);
159 vtkGetVectorMacro(Viewport,
double,4);
170 vtkGetMacro(InputBufferType,
int);
219 virtual void Render();
222 void Rescale2DActors();
223 void Shift2DActors(
int x,
int y);
224 void Restore2DActors();
vtkWTI2DHelperClass * StoredData
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.
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
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.