33 #ifndef vtkTIFFWriter_h 34 #define vtkTIFFWriter_h 36 #include "vtkIOImageModule.h" 49 void Write()
override;
64 vtkSetClampMacro(Compression,
int, NoCompression, LZW);
65 vtkGetMacro(Compression,
int);
93 template<
typename T>
void WriteVolume(T *buffer);
void SetCompressionToDeflate()
Set compression type.
virtual void WriteFileHeader(ostream *, vtkImageData *, int[6])
~vtkTIFFWriter() override
write out image data as a TIFF file
virtual void WriteFile(ostream *file, vtkImageData *data, int extent[6], int wExtent[6])
void SetCompressionToLZW()
Set compression type.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
void SetCompressionToNoCompression()
Set compression type.
void SetCompressionToJPEG()
Set compression type.
topologically and geometrically regular array of data
virtual void Write()
The main interface which triggers the writer to start.
void SetCompressionToPackBits()
Set compression type.
static vtkImageWriter * New()
virtual void WriteFileTrailer(ostream *, vtkImageData *)