vtkImageWriter - Writes images to files.
Super Class: vtkProcessObject
Description:
vtkImageWriter writes images to files with any data type. The data type of the file is the same scalar type as the input. The dimensionality determines whether the data will be written in one or multiple files. This class is used as the superclass of most image writing classes such as vtkBMPWriter etc. It supports streaming.
Methods:
void vtkImageWriter () | |
void vtkImageWriter () | |
static vtkImageWriter *New () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
void SetFileName (char *) | |
char *GetFileName () | |
void SetFilePrefix (char *) | |
char *GetFilePrefix () | |
void SetFilePattern (char *) | |
char *GetFilePattern () | |
void SetFileDimensionality (int ) | |
int GetFileDimensionality () | |
void SetInput (vtkImageCache *) | |
vtkImageCache *GetInput () | |
void SetInput (vtkStructuredPoints *) | |
void Write () | |
void RecursiveWrite (int ,vtkImageCache * ,unknown *) | |
void RecursiveWrite (int ,vtkImageCache * ,vtkImageData * ,unknown *) | |
void WriteFile (unknown * ,vtkImageData * ,int ) | |
void WriteFileHeader (unknown * ,vtkImageCache *) |
Detailed Method Descriptions:
void SetFileName (char *) | |
char *GetFileName () |
void SetFilePrefix (char *) | |
char *GetFilePrefix () |
void SetFilePattern (char *) | |
char *GetFilePattern () |
void SetFileDimensionality (int ) | |
int GetFileDimensionality () |
void SetInput (vtkImageCache *) | |
vtkImageCache *GetInput () |
void SetInput (vtkStructuredPoints *) | |
void Write () |