Blender V2.61 - r43446
|
#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 53 of file decimation/test/decimate_glut_test/intern/common/GlutDrawer.h.
GlutDrawManager::~GlutDrawManager | ( | ) |
Definition at line 77 of file decimation/test/decimate_glut_test/intern/common/GlutDrawer.cpp.
GlutDrawManager::~GlutDrawManager | ( | ) |
void GlutDrawManager::Draw | ( | void | ) | [static] |
Definition at line 49 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 60 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 35 of file decimation/test/decimate_glut_test/intern/common/GlutDrawer.cpp.
References NULL.
void GlutDrawManager::ReleaseDrawer | ( | ) |
void GlutDrawManager::ReleaseDrawer | ( | ) |
Definition at line 70 of file decimation/test/decimate_glut_test/intern/common/GlutDrawer.cpp.
References NULL.