Go to the documentation of this file.
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);
~vtkTIFFWriter() override
virtual void WriteFileHeader(ostream *, vtkImageData *, int[6])
void SetCompressionToJPEG()
write out image data as a TIFF file
void SetCompressionToDeflate()
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.
void SetCompressionToLZW()
void SetCompressionToPackBits()
virtual void WriteFile(ostream *file, vtkImageData *data, int extent[6], int wExtent[6])
virtual void Write()
The main interface which triggers the writer to start.
virtual void WriteFileTrailer(ostream *, vtkImageData *)
static vtkImageWriter * New()
void SetCompressionToNoCompression()