Go to the documentation of this file.
29 #ifndef vtkImageWriter_h
30 #define vtkImageWriter_h
32 #include "vtkIOImageModule.h"
48 vtkSetStringMacro(FileName);
49 vtkGetStringMacro(FileName);
58 vtkSetStringMacro(FilePrefix);
59 vtkGetStringMacro(FilePrefix);
66 vtkSetStringMacro(FilePattern);
67 vtkGetStringMacro(FilePattern);
76 vtkSetMacro(FileDimensionality,
int);
77 vtkGetMacro(FileDimensionality,
int);
105 virtual void RecursiveWrite(
int dim,
109 virtual void RecursiveWrite(
int dim,
115 int extent[6],
int wExtent[6]);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called in response to a REQUEST_DATA request from the executive.
virtual void WriteFileHeader(ostream *, vtkImageData *, int[6])
Generic algorithm superclass for image algs.
vtkDataObject * GetInput()
virtual void MemoryWrite(int, vtkImageData *, int[6], vtkInformation *)
topologically and geometrically regular array of data
a simple class to control print indentation
unsigned int vtkTypeUBool
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkAlgorithm * New()
vtkTypeUBool WriteToMemory
virtual void WriteFileTrailer(ostream *, vtkImageData *)
size_t InternalFileNameSize