Go to the documentation of this file.
30 #ifndef vtkJPEGWriter_h
31 #define vtkJPEGWriter_h
33 #include "vtkIOImageModule.h"
55 vtkSetClampMacro(Quality,
int, 0, 100);
56 vtkGetMacro(Quality,
int);
static vtkJPEGWriter * New()
dynamic, self-adjusting array of unsigned char
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.
topologically and geometrically regular array of data
a simple class to control print indentation
~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...
unsigned int vtkTypeUBool
void WriteSlice(vtkImageData *data, int *uExtent)