32 #ifndef vtkPNGWriter_h 33 #define vtkPNGWriter_h 35 #include "vtkIOImageModule.h" 51 void Write()
override;
61 vtkSetClampMacro(CompressionLevel,
int, 0, 9);
62 vtkGetMacro(CompressionLevel,
int);
90 void AddText(
const char*
key,
const char*
value);
static const char * DISCLAIMER
Standard keys.
static const char * COMMENT
Standard keys.
static const char * WARNING
Standard keys.
static const char * COPYRIGHT
Standard keys.
static const char * DESCRIPTION
Standard keys.
static const char * TITLE
Standard keys.
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
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.
unsigned int vtkTypeUBool
static vtkImageWriter * New()
dynamic, self-adjusting array of unsigned char
static const char * CREATION_TIME
Standard keys.
static const char * SOURCE
Standard keys.
static const char * SOFTWARE
Standard keys.