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);
122 void operator=(
const vtkPNGWriter&) VTK_DELETE_FUNCTION;
void WriteSlice(vtkImageData *data, int *uExtent)
virtual void Write()
The main interface which triggers the writer to start.
static const char * DISCLAIMER
dynamic, self-adjusting array of unsigned char
virtual void SetResult(vtkUnsignedCharArray *)
When writing to memory this is the result, it will be NULL until the data is written the first time.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkUnsignedCharArray * Result
static const char * COMMENT
topologically and geometrically regular array of data
a simple class to control print indentation
void AddText(const char *key, const char *value)
Adds a text chunk to the PNG.
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.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
static const char * CREATION_TIME
static const char * SOURCE
static const char * TITLE
Standard keys.
static const char * SOFTWARE
static vtkPNGWriter * New()