#include <ivfext/IvfTgaImage.h>
Inheritance diagram for CIvfTgaImage:

Public Member Functions | |
| CIvfTgaImage () | |
| CIvfTgaImage (const char *name) | |
| virtual | ~CIvfTgaImage () |
| IvfClassInfo ("CIvfTgaImage", CIvfFileImage) | |
| virtual bool | read () |
| void | setAlphaChannel (bool flag) |
Classes | |
| struct | Texture |
| struct | TGA |
| struct | TGAHeader |
This class implements a TGA image loader
Definition at line 37 of file IvfTgaImage.h.
|
|
CIvfTgaImage constructor |
|
|
CIvfTgaImage constructor |
|
|
CIvfTgaImage destructor |
|
|
Reads Tga 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