29 #ifndef vtkJPEGWriter_h
30 #define vtkJPEGWriter_h
50 vtkSetClampMacro(Quality,
int, 0, 100);
51 vtkGetMacro(Quality,
int);
56 vtkSetMacro(Progressive,
unsigned int);
57 vtkGetMacro(Progressive,
unsigned int);
58 vtkBooleanMacro(Progressive,
unsigned int);
63 vtkSetMacro(WriteToMemory,
unsigned int);
64 vtkGetMacro(WriteToMemory,
unsigned int);
65 vtkBooleanMacro(WriteToMemory,
unsigned int);
83 unsigned int Progressive;
84 unsigned int WriteToMemory;
a simple class to control print indentation
topologically and geometrically regular array of data
static vtkImageWriter * New()
dynamic, self-adjusting array of unsigned char
void PrintSelf(ostream &os, vtkIndent indent)
#define VTKIOIMAGE_EXPORT