Public Member Functions | Protected Attributes

Texture Class Reference

#include <Texture.h>

Inheritance diagram for Texture:
ITexture

List of all members.

Public Member Functions

 Texture (GLint textureIndex)
virtual ~Texture (void)
 Destructor.
GLint getTextureIndex ()
 Get the asigned texture index in the texture array.

Protected Attributes

GLint m_textureIndex

Detailed Description

Implementation of the IGeometry interface.

Definition at line 5 of file Texture.h.


Constructor & Destructor Documentation

Texture::Texture ( GLint  textureIndex  ) 

Create textue class and asign the specified texture index.

Definition at line 3 of file Texture.cpp.

Texture::~Texture ( void   )  [virtual]

Destructor.

Definition at line 8 of file Texture.cpp.


Member Function Documentation

GLint Texture::getTextureIndex (  )  [inline]

Get the asigned texture index in the texture array.

Definition at line 15 of file Texture.h.


Member Data Documentation

GLint Texture::m_textureIndex [protected]

Definition at line 18 of file Texture.h.


The documentation for this class was generated from the following files: