#include <K3dTexture.h>
Inheritance diagram for K3dTexture:
Public Member Functions | |
K3dTexture () | |
~K3dTexture () | |
int & | GetWidth () |
Get Texture width. | |
int & | GetHeight () |
Get Texture width. | |
GLuint & | GetId () |
Get Texture index. | |
Private Attributes | |
int | m_iWidth |
Texture width. | |
int | m_iHeight |
Texture height. | |
GLuint | m_iId |
Texture index. |
Definition at line 36 of file K3dTexture.h.
K3dTexture::K3dTexture | ( | ) |
Definition at line 35 of file K3dTexture.cpp.
K3dTexture::~K3dTexture | ( | ) |
Definition at line 39 of file K3dTexture.cpp.
int& K3dTexture::GetWidth | ( | ) | [inline] |
Get Texture width.
m_iWidth | Texture width |
Definition at line 48 of file K3dTexture.h.
References m_iWidth.
Referenced by K2dImageBuild::LoadImages().
int& K3dTexture::GetHeight | ( | ) | [inline] |
Get Texture width.
m_iHeight | Texture height |
Definition at line 55 of file K3dTexture.h.
References m_iHeight.
Referenced by K2dImageBuild::LoadImages().
GLuint& K3dTexture::GetId | ( | ) | [inline] |
Get Texture index.
m_iId | Texture index |
Definition at line 62 of file K3dTexture.h.
References m_iId.
Referenced by K3dScene::Delete(), K3dFontBmp::LoadBmpFonts(), K2dImageBuild::LoadImages(), and K3dSphereBuild::LoadSpheres().
int K3dTexture::m_iWidth [private] |
int K3dTexture::m_iHeight [private] |
GLuint K3dTexture::m_iId [private] |