 |
VTK
9.1.0
|
Go to the documentation of this file.
55 #ifndef vtkImageWriter_h
56 #define vtkImageWriter_h
58 #include "vtkIOImageModule.h"
102 vtkSetMacro(FileDimensionality,
int);
103 vtkGetMacro(FileDimensionality,
int);
virtual void WriteFileHeader(ostream *, vtkImageData *, int[6])
vtkSetFilePathMacro(FilePrefix)
Specify file prefix for the image file(s).You should specify either a FileName or FilePrefix.
vtkSetFilePathMacro(FileName)
Specify file name for the image file.
vtkGetFilePathMacro(FileName)
Specify file name for the image file.
Generic algorithm superclass for image algs.
vtkGetFilePathMacro(FilePattern)
The snprintf format used to build filename from FilePrefix and number.
~vtkImageWriter() override
virtual void MemoryWrite(int, vtkImageData *, int[6], vtkInformation *)
topologically and geometrically regular array of data
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void WriteFile(ostream *file, vtkImageData *data, int extent[6], int wExtent[6])
virtual void RecursiveWrite(int dim, vtkImageData *cache, vtkImageData *data, vtkInformation *inInfo, ostream *file)
unsigned int vtkTypeUBool
virtual void Write()
The main interface which triggers the writer to start.
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called in response to a REQUEST_DATA request from the executive.
vtkTypeUBool WriteToMemory
virtual void WriteFileTrailer(ostream *, vtkImageData *)
size_t InternalFileNameSize
static vtkImageWriter * New()
vtkSetFilePathMacro(FilePattern)
The snprintf format used to build filename from FilePrefix and number.
vtkGetFilePathMacro(FilePrefix)
Specify file prefix for the image file(s).You should specify either a FileName or FilePrefix.
vtkImageData * GetInput()
Set/Get the input object from the image pipeline.
virtual void RecursiveWrite(int dim, vtkImageData *region, vtkInformation *inInfo, ostream *file)