vtkWindowToImageFilter - Use a vtkWindow as input to image pipeline
Super Class: vtkImageSource
Description:
vtkWindowToImageFilter provides methods needed to read the data in a vtkWindow and use it as input to the imaging pipeline. This is useful for saving an image to a file for example. Use this filter to convert RenderWindows or ImageWindows to an image format.
Methods:
void vtkWindowToImageFilter () | |
void vtkWindowToImageFilter () | |
static vtkWindowToImageFilter *New () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
void SetInput (vtkWindow *) | |
vtkWindow *GetInput () | |
void UpdateImageInformation () | |
void Execute (vtkImageData *) |
Detailed Method Descriptions:
void SetInput (vtkWindow *) |
vtkWindow *GetInput () |
void UpdateImageInformation () |