Go to the documentation of this file.
32 #ifndef vtkTIFFWriter_h
33 #define vtkTIFFWriter_h
91 template<
typename T>
void WriteVolume(T *
buffer);
GLsizei GLsizei GLenum GLenum const GLvoid * data
#define vtkTypeMacro(thisClass, superclass)
virtual void PrintSelf(ostream &os, vtkIndent indent)
#define VTKIOIMAGE_EXPORT
void SetCompressionToJPEG()
write out image data as a TIFF file
#define vtkSetClampMacro(name, type, min, max)
virtual void WriteFileHeader(ofstream *, vtkImageData *, int wExt[6])
virtual void WriteFile(ofstream *file, vtkImageData *data, int ext[6], int wExt[6])
void SetCompressionToDeflate()
topologically and geometrically regular array of data
a simple class to control print indentation
void SetCompressionToLZW()
void SetCompressionToPackBits()
#define vtkGetMacro(name, type)
virtual void WriteFileTrailer(ofstream *, vtkImageData *)
static vtkTIFFWriter * New()
void SetCompressionToNoCompression()