|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
#include <OGLTexture.h>


Public Member Functions | |
| OGLTexture () | |
| virtual | ~OGLTexture () |
| virtual bool | load (const char *filename)=0 |
| virtual void | bind () |
| virtual void | free () |
Public Member Functions inherited from IRefCount | |
| IRefCount () | |
| virtual | ~IRefCount () |
| virtual int | incRef () |
| virtual int | decRef () |
| int | getRefCount () const |
Protected Member Functions | |
| void | genTexture () |
Protected Attributes | |
| GLuint | id |
Protected Attributes inherited from IRefCount | |
| int | m_refCount |
| The reference counter. More... | |
Interface pour la gestion des textures OpengGL.
Definition at line 36 of file OGLTexture.h.
| OGLTexture::OGLTexture | ( | ) |
Definition at line 22 of file OGLTexture.cpp.
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
pure virtual |
Implemented in OGLTexture2D, and OGLFont.
|
protected |
Definition at line 63 of file OGLTexture.h.