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);
void WriteSlice(vtkImageData *data, int *uExtent)
static const char * DISCLAIMER
void Write() override
The main interface which triggers the writer to start.
dynamic, self-adjusting array of unsigned char
virtual void SetResult(vtkUnsignedCharArray *)
When writing to memory this is the result, it will be nullptr until the data is written the first tim...
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 vtkTypeUBool
static const char * CREATION_TIME
static const char * SOURCE
static const char * TITLE
Standard keys.
static const char * SOFTWARE
static vtkPNGWriter * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.