17 #ifndef vtkImageWriter_h
18 #define vtkImageWriter_h
20 #include "vtkIOImageModule.h"
23 VTK_ABI_NAMESPACE_BEGIN
37 vtkSetFilePathMacro(FileName);
38 vtkGetFilePathMacro(FileName);
47 vtkSetFilePathMacro(FilePrefix);
48 vtkGetFilePathMacro(FilePrefix);
55 vtkSetFilePathMacro(FilePattern);
56 vtkGetFilePathMacro(FilePattern);
65 vtkSetMacro(FileDimensionality,
int);
66 vtkGetMacro(FileDimensionality,
int);
95 virtual void RecursiveWrite(
124 VTK_ABI_NAMESPACE_END
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