32 #ifndef vtkPNGWriter_h
33 #define vtkPNGWriter_h
35 #include "vtkIOImageModule.h"
61 vtkSetClampMacro(CompressionLevel,
int, 0, 9);
62 vtkGetMacro(CompressionLevel,
int);
70 vtkGetMacro(WriteToMemory,
unsigned int);
90 void AddText(
const char*
key,
const char*
value);
122 void operator=(const
vtkPNGWriter&) VTK_DELETE_FUNCTION;
static const char * DISCLAIMER
Standard keys.
static const char * COMMENT
Standard keys.
static const char * WARNING
Standard keys.
unsigned int WriteToMemory
static const char * COPYRIGHT
Standard keys.
static const char * DESCRIPTION
Standard keys.
static const char * TITLE
Standard keys.
a simple class to control print indentation
vtkUnsignedCharArray * Result
topologically and geometrically regular array of data
static const char * AUTHOR
Standard keys.
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
static const char * CREATION_TIME
Standard keys.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static const char * SOURCE
Standard keys.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static const char * SOFTWARE
Standard keys.