31 #ifndef vtkPNGWriter_h
32 #define vtkPNGWriter_h
55 vtkSetClampMacro(CompressionLevel,
int, 0, 9);
56 vtkGetMacro(CompressionLevel,
int);
61 vtkSetMacro(WriteToMemory,
unsigned int);
62 vtkGetMacro(WriteToMemory,
unsigned int);
63 vtkBooleanMacro(WriteToMemory,
unsigned int);
unsigned int WriteToMemory
a simple class to control print indentation
vtkUnsignedCharArray * Result
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