vtkJPEGWriter Class Reference
#include <vtkJPEGWriter.h>
Inheritance diagram for vtkJPEGWriter:
[legend]Collaboration diagram for vtkJPEGWriter:
[legend]List of all members.
Detailed Description
Writes JPEG files.
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.
- See also:
- vtkJPEGReader
- Created by:
-
- CVS contributions (if > 5%):
- Miller, Jim (42%)
- Martin, Ken (27%)
- Henderson, Amy (9%)
- Geveci, Berk (9%)
- Cedilnik, Andy (5%)
- CVS logs (CVSweb):
.h (/IO/vtkJPEGWriter
.h)
.cxx (/IO/vtkJPEGWriter
.cxx)
- Tests:
- vtkJPEGWriter (Tests)
Definition at line 51 of file vtkJPEGWriter.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkJPEGWriter::vtkJPEGWriter |
( |
|
) |
[protected] |
|
Member Function Documentation
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkImageWriter. |
virtual const char* vtkJPEGWriter::GetClassName |
( |
|
) |
[virtual] |
|
int vtkJPEGWriter::IsTypeOf |
( |
const char * |
type |
) |
[static] |
|
|
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. |
virtual int vtkJPEGWriter::IsA |
( |
const char * |
type |
) |
[virtual] |
|
|
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. |
void vtkJPEGWriter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
[virtual] |
|
|
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. |
virtual void vtkJPEGWriter::Write |
( |
|
) |
[virtual] |
|
|
The main interface which triggers the writer to start.
Reimplemented from vtkImageWriter. |
virtual void vtkJPEGWriter::SetQuality |
( |
int |
|
) |
[virtual] |
|
|
Compression quality. 0 = Low quality, 100 = High quality |
virtual int vtkJPEGWriter::GetQuality |
( |
|
) |
[virtual] |
|
|
Compression quality. 0 = Low quality, 100 = High quality |
virtual void vtkJPEGWriter::SetProgressive |
( |
unsigned |
int |
) |
[virtual] |
|
|
Progressive JPEG generation. |
virtual unsigned int vtkJPEGWriter::GetProgressive |
( |
|
) |
[virtual] |
|
|
Progressive JPEG generation. |
virtual void vtkJPEGWriter::ProgressiveOn |
( |
|
) |
[virtual] |
|
|
Progressive JPEG generation. |
virtual void vtkJPEGWriter::ProgressiveOff |
( |
|
) |
[virtual] |
|
|
Progressive JPEG generation. |
virtual void vtkJPEGWriter::SetWriteToMemory |
( |
unsigned |
int |
) |
[virtual] |
|
virtual unsigned int vtkJPEGWriter::GetWriteToMemory |
( |
|
) |
[virtual] |
|
virtual void vtkJPEGWriter::WriteToMemoryOn |
( |
|
) |
[virtual] |
|
virtual void vtkJPEGWriter::WriteToMemoryOff |
( |
|
) |
[virtual] |
|
|
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 |
void vtkJPEGWriter::WriteSlice |
( |
vtkImageData * |
data |
) |
[protected] |
|
The documentation for this class was generated from the following file: