TGAグラフィックデータ定義用ヘッダ. More...
#include "Gdata.h"#include "xtools.h"

Go to the source code of this file.
Classes | |
| class | TGAImage |
Namespaces | |
| namespace | jbxl |
Defines | |
| #define | TGA_HEADER_SIZE 18 |
Functions | |
| TGAImage | readTGAFile (const char *fname) |
| TGAImage | readTGAData (FILE *fp) |
| int | writeTGAFile (const char *fname, TGAImage tga) |
| int | writeTGAData (FILE *fp, TGAImage tga) |
| template<typename T > | |
| MSGraph< T > | TGAImage2MSGraph (TGAImage tga) |
| template<typename T > | |
| TGAImage | MSGraph2TGAImage (MSGraph< T > vp) |
Definition in file TgaTool.h.
| #define TGA_HEADER_SIZE 18 |
Definition at line 17 of file TgaTool.h.
Referenced by TGAImage::init(), and jbxl::writeTGAData().
1.6.1