18 #ifndef vtkJPEGWriter_h
19 #define vtkJPEGWriter_h
21 #include "vtkIOImageModule.h"
24 VTK_ABI_NAMESPACE_BEGIN
44 vtkSetClampMacro(Quality,
int, 0, 100);
45 vtkGetMacro(Quality,
int);
topologically and geometrically regular array of data
a simple class to control print indentation
static vtkJPEGWriter * New()
~vtkJPEGWriter() override
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 WriteSlice(vtkImageData *data, int *uExtent)
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