 |
VTK
9.1.0
|
Go to the documentation of this file.
66 #ifndef vtkTIFFWriter_h
67 #define vtkTIFFWriter_h
69 #include "vtkIOImageModule.h"
98 vtkSetClampMacro(Compression,
int, NoCompression, LZW);
99 vtkGetMacro(Compression,
int);
127 template <
typename T>
128 void WriteVolume(T* buffer);
void WriteFileHeader(ostream *, vtkImageData *, int wExt[6]) override
void Write() override
The main interface which triggers the writer to start.
void WriteFileTrailer(ostream *, vtkImageData *) override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetCompressionToJPEG()
Set compression type.
void WriteFile(ostream *file, vtkImageData *data, int ext[6], int wExt[6]) override
write out image data as a TIFF file
~vtkTIFFWriter() override=default
void SetCompressionToDeflate()
Set compression type.
topologically and geometrically regular array of data
a simple class to control print indentation
void SetCompressionToLZW()
Set compression type.
void SetCompressionToPackBits()
Set compression type.
static vtkTIFFWriter * New()
void SetCompressionToNoCompression()
Set compression type.