Go to the documentation of this file.
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
dynamic, self-adjusting array of unsigned char
vtkUnsignedCharArray * Result
static const char * COMMENT
topologically and geometrically regular array of data
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static const char * COPYRIGHT
static const char * WARNING
static const char * AUTHOR
static const char * DESCRIPTION
unsigned int vtkTypeUBool
virtual void Write()
The main interface which triggers the writer to start.
static const char * CREATION_TIME
static vtkImageWriter * New()
static const char * SOURCE
static const char * TITLE
Standard keys.
static const char * SOFTWARE