64 #ifndef vtkWindowToImageFilter_h
65 #define vtkWindowToImageFilter_h
67 #include "vtkRenderingCoreModule.h"
76 class vtkWTI2DHelperClass;
102 vtkSetClampMacro(Magnification,
int,1,2048);
103 vtkGetMacro(Magnification,
int);
113 vtkGetMacro(FixBoundary,
bool);
123 vtkGetMacro(ReadFrontBuffer,
int);
134 vtkGetMacro(ShouldRerender,
int);
144 vtkGetVectorMacro(Viewport,
double,4);
155 vtkGetMacro(InputBufferType,
int);
Superclass for all sources, filters, and sinks in VTK.
topologically and geometrically regular array of data
a simple class to control print indentation
Use a vtkWindow as input to image pipeline.
void SetViewport(double *)
~vtkWindowToImageFilter()
void SetInput(vtkWindow *input)
Indicates what renderer to get the pixel data from.
void SetViewport(double, double, double, double)
Set/get the extents to be used to generate the image.
void SetInputBufferTypeToRGB()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static vtkWindowToImageFilter * New()
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
see vtkAlgorithm for details
vtkWTI2DHelperClass * StoredData
void Shift2DActors(int x, int y)
void SetInputBufferTypeToRGBA()
void RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual void RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetInputBufferTypeToZBuffer()
vtkImageData * GetOutput()
Get the output data object for a port on this algorithm.
window superclass for vtkRenderWindow
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.