#include <ivfimage/IvfSgiImage.h>
Inheritance diagram for CIvfSgiImage:

Public Member Functions | |
| CIvfSgiImage () | |
| CIvfSgiImage (const char *name) | |
| virtual | ~CIvfSgiImage () |
| IvfClassInfo ("CIvfSgiImage", CIvfFileImage) | |
| virtual bool | read () |
| void | setAlphaChannel (bool flag) |
This class loads a sgi image. The loader can handle both uncompressed and RLE encoded sgi/rgb files.
Definition at line 41 of file IvfSgiImage.h.
|
|
CIvfSgiImage constructor |
|
|
CIvfSgiImage constructor |
|
|
CIvfSgiImage destructor |
|
|
Reads sgi image Reimplemented from CIvfFileImage. |
|
|
Alpha channel flag If set to true the alpha channel will be read, if it exists. (default = false) |
1.4.6-NO