#include <vtkJPEGWriter.h>
Inheritance diagram for vtkJPEGWriter:
vtkJPEGWriter writes JPEG files. It supports 1 and 3 component data of unsigned char. It relies on the IJG's libjpeg. Thanks to IJG for supplying a public jpeg IO library.
Definition at line 37 of file vtkJPEGWriter.h.
Public Types | |
typedef vtkImageWriter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | Write () |
virtual void | SetQuality (int) |
virtual int | GetQuality () |
virtual void | SetProgressive (unsigned int) |
virtual unsigned int | GetProgressive () |
virtual void | ProgressiveOn () |
virtual void | ProgressiveOff () |
virtual void | SetWriteToMemory (unsigned int) |
virtual unsigned int | GetWriteToMemory () |
virtual void | WriteToMemoryOn () |
virtual void | WriteToMemoryOff () |
virtual void | SetResult (vtkUnsignedCharArray *) |
virtual vtkUnsignedCharArray * | GetResult () |
Static Public Member Functions | |
static vtkJPEGWriter * | New () |
static int | IsTypeOf (const char *type) |
static vtkJPEGWriter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkJPEGWriter () | |
~vtkJPEGWriter () | |
void | WriteSlice (vtkImageData *data) |
|
Reimplemented from vtkImageWriter. Definition at line 41 of file vtkJPEGWriter.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkImageWriter. |
|
Reimplemented from vtkImageWriter. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageWriter. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageWriter. |
|
Reimplemented from vtkImageWriter. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkImageWriter. |
|
The main interface which triggers the writer to start. Reimplemented from vtkImageWriter. |
|
Compression quality. 0 = Low quality, 100 = High quality |
|
The main interface which triggers the writer to start. |
|
Progressive JPEG generation. |
|
Progressive JPEG generation. |
|
Progressive JPEG generation. |
|
Progressive JPEG generation. |
|
Write the image to memory (a vtkUnsignedCharArray) |
|
Write the image to memory (a vtkUnsignedCharArray) |
|
Write the image to memory (a vtkUnsignedCharArray) |
|
Write the image to memory (a vtkUnsignedCharArray) |
|
When writing to memory this is the result, it will be NULL until the data is written the first time |
|
When writing to memory this is the result, it will be NULL until the data is written the first time |
|
|