|
Blender
V2.59
|
#include <GlutDrawer.h>

Public Member Functions | |
| void | InstallDrawer (GlutDrawer *) |
| void | ReleaseDrawer () |
| ~GlutDrawManager () | |
| void | InstallDrawer (GlutDrawer *) |
| void | ReleaseDrawer () |
| ~GlutDrawManager () | |
Static Public Member Functions | |
| static GlutDrawManager * | Instance () |
| static void | Draw () |
| static GlutDrawManager * | Instance () |
| static void | Draw () |
Definition at line 54 of file decimation/test/decimate_glut_test/intern/common/GlutDrawer.h.
| GlutDrawManager::~GlutDrawManager | ( | ) |
Definition at line 78 of file decimation/test/decimate_glut_test/intern/common/GlutDrawer.cpp.
| GlutDrawManager::~GlutDrawManager | ( | ) |
| void GlutDrawManager::Draw | ( | void | ) | [static] |
Definition at line 50 of file decimation/test/decimate_glut_test/intern/common/GlutDrawer.cpp.
References GlutDrawer::Draw(), Instance(), and NULL.
Referenced by main().
| static void GlutDrawManager::Draw | ( | ) | [static] |
| void GlutDrawManager::InstallDrawer | ( | GlutDrawer * | ) |
| void GlutDrawManager::InstallDrawer | ( | GlutDrawer * | drawer | ) |
Definition at line 61 of file decimation/test/decimate_glut_test/intern/common/GlutDrawer.cpp.
References MT_assert, and NULL.
Referenced by main().
| static GlutDrawManager* GlutDrawManager::Instance | ( | ) | [static] |
| GlutDrawManager * GlutDrawManager::Instance | ( | ) | [static] |
Definition at line 36 of file decimation/test/decimate_glut_test/intern/common/GlutDrawer.cpp.
References NULL.
| void GlutDrawManager::ReleaseDrawer | ( | ) |
| void GlutDrawManager::ReleaseDrawer | ( | ) |
Definition at line 71 of file decimation/test/decimate_glut_test/intern/common/GlutDrawer.cpp.
References NULL.