30 #ifndef vtkJPEGWriter_h
31 #define vtkJPEGWriter_h
33 #include "vtkIOImageModule.h"
55 vtkSetClampMacro(Quality,
int, 0, 100);
56 vtkGetMacro(Quality,
int);
64 vtkGetMacro(Progressive,
unsigned int);
73 vtkGetMacro(WriteToMemory,
unsigned int);
94 unsigned int Progressive;
95 unsigned int WriteToMemory;
topologically and geometrically regular array of data
a simple class to control print indentation
static vtkJPEGWriter * New()
virtual void Write()
The main interface which triggers the writer to start.
virtual void SetResult(vtkUnsignedCharArray *)
When writing to memory this is the result, it will be NULL until the data is written the first time.
void WriteSlice(vtkImageData *data, int *uExtent)
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
dynamic, self-adjusting array of unsigned char
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.