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