30 #ifndef vtkJPEGWriter_h 31 #define vtkJPEGWriter_h 33 #include "vtkIOImageModule.h" 49 void Write()
override;
55 vtkSetClampMacro(Quality,
int, 0, 100);
56 vtkGetMacro(Quality,
int);
64 vtkGetMacro(Progressive,
unsigned int);
73 vtkGetMacro(WriteToMemory,
unsigned int);
94 unsigned int Progressive;
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
topologically and geometrically regular array of data
virtual void Write()
The main interface which triggers the writer to start.
static vtkImageWriter * New()
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
dynamic, self-adjusting array of unsigned char
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.