#include <Utility.h>
Public Member Functions | |
| CImageTIFF (const char *tifFilename) | |
| ~CImageTIFF (void) | |
| int | GetWidth (void) |
| int | GetHeight (void) |
| GLuint | CreateTexture (bool mipmap) |
Protected Attributes | |
| char | name [64] |
| int | width |
| int | height |
| int | depth |
| GLubyte * | image |
| GLuint | texid |
Definition at line 300 of file Utility.h.
|
|
|
Definition at line 596 of file ImageTIFF.cpp. References image. |
|
|
Definition at line 144 of file ImageTIFF.cpp. References depth, height, image, texid, and width. Referenced by CModelACM::CModelACM(), and CModelSMF::CModelSMF(). |
|
|
Definition at line 188 of file ImageTIFF.cpp. References height. |
|
|
Definition at line 183 of file ImageTIFF.cpp. References width. |
|
|
Definition at line 313 of file Utility.h. Referenced by CImageTIFF(), and CreateTexture(). |
|
|
Definition at line 313 of file Utility.h. Referenced by CImageTIFF(), CreateTexture(), and GetHeight(). |
|
|
Definition at line 314 of file Utility.h. Referenced by CImageTIFF(), CreateTexture(), and ~CImageTIFF(). |
|
|
|
|
|
Definition at line 315 of file Utility.h. Referenced by CImageTIFF(), and CreateTexture(). |
|
|
Definition at line 313 of file Utility.h. Referenced by CImageTIFF(), CreateTexture(), and GetWidth(). |
|
|
Documentation generated by
|