Public Methods
-
Texture()
-
~Texture()
-
inline void SetName(const string &name)
-
inline string GetName() const
-
inline GLuint GetTextureID() const
-
bool HaveImageData()
-
int LoadImage(const string &filename)
-
void ShowProperties(void)
-
void MakeGLTexture(void)
-
void BindTexture(void)
-
void DeleteGLTexture(void)
-
int ParseXML(xmlDocPtr doc, xmlNodePtr cur)
- Parse a texture node inside a XML file
Private Fields
-
string Name
-
GLuint texID
-
OpenGLpng image
Documentation
- Texture()
- ~Texture()
- inline void SetName(const string &name)
- inline string GetName() const
- inline GLuint GetTextureID() const
- bool HaveImageData()
- int LoadImage(const string &filename)
- void ShowProperties(void)
- void MakeGLTexture(void)
- void BindTexture(void)
- void DeleteGLTexture(void)
- int ParseXML(xmlDocPtr doc, xmlNodePtr cur)
- Parse a texture node inside a XML file
- string Name
- GLuint texID
- OpenGLpng image
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.