77#ifndef vtkJPEGWriter_h
78#define vtkJPEGWriter_h
80#include "vtkIOImageModule.h"
83VTK_ABI_NAMESPACE_BEGIN
103 vtkSetClampMacro(Quality,
int, 0, 100);
104 vtkGetMacro(Quality,
int);
topologically and geometrically regular array of data
vtkTypeUBool WriteToMemory
a simple class to control print indentation
void WriteSlice(vtkImageData *data, VTK_FUTURE_CONST int uExtent[6])
~vtkJPEGWriter() override
static vtkJPEGWriter * New()
virtual void SetResult(vtkUnsignedCharArray *)
When writing to memory this is the result, it will be nullptr until the data is written the first tim...
void Write() override
The main interface which triggers the writer to start.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
dynamic, self-adjusting array of unsigned char
unsigned int vtkTypeUBool