GLTexture Class Reference

#include <GLTexture.h>

List of all members.

Public Member Functions

 GLTexture ()
 ~GLTexture ()
GLuint getTexture ()
void setTypes (GLuint textureColorType, GLuint filterType)
void create (GLuint width, GLuint height)
void free ()

Private Attributes

GLuint texture
GLuint textureColorType
GLuint filterType


Detailed Description

Definition at line 6 of file GLTexture.h.


Constructor & Destructor Documentation

GLTexture::GLTexture (  ) 

Definition at line 5 of file GLTexture.cpp.

References texture.

GLTexture::~GLTexture (  ) 

Definition at line 10 of file GLTexture.cpp.

References free().


Member Function Documentation

void GLTexture::create ( GLuint  width,
GLuint  height 
)

Definition at line 26 of file GLTexture.cpp.

References filterType, free(), texture, and textureColorType.

void GLTexture::free (  ) 

Definition at line 68 of file GLTexture.cpp.

References texture.

Referenced by create(), and ~GLTexture().

GLuint GLTexture::getTexture (  ) 

Definition at line 15 of file GLTexture.cpp.

References texture.

Referenced by GL3DView::drawVolume(), and GL3DView::paintGL().

void GLTexture::setTypes ( GLuint  textureColorType,
GLuint  filterType 
)

Definition at line 20 of file GLTexture.cpp.

Referenced by GL3DView::GL3DView().


Member Data Documentation

GLuint GLTexture::filterType [private]

Definition at line 18 of file GLTexture.h.

Referenced by create().

GLuint GLTexture::texture [private]

Definition at line 17 of file GLTexture.h.

Referenced by create(), free(), getTexture(), and GLTexture().

GLuint GLTexture::textureColorType [private]

Definition at line 18 of file GLTexture.h.

Referenced by create().


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

Generated on Wed Dec 10 13:50:14 2008 for Tido Visualization by  doxygen 1.5.7.1