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