tlp::GlDisplayListManager
tlp::GlDisplayListManager
Section: Tulip Open GL Library (3) Updated: 19 Jul 2010 Local index
Up
NAME
tlp::GlDisplayListManager -
Singleton used to manage OpenGl display list.
SYNOPSIS
#include <GlDisplayListManager.h>
Public Member Functions
void changeContext (unsigned long context)
void removeContext (unsigned long context)
bool beginNewDisplayList (const std::string &name)
void endNewDisplayList ()
bool callDisplayList (const std::string &name)
Static Public Member Functions
static GlDisplayListManager & getInst ()
Detailed Description
Singleton used to manage OpenGl display list.
Singleton used to manage OpenGl display list. First createInst must be call.
Member Function Documentation
bool tlp::GlDisplayListManager::beginNewDisplayList (const std::string & name)Begin to record a new display list with name : name
bool tlp::GlDisplayListManager::callDisplayList (const std::string & name)Call display list with name : name
void tlp::GlDisplayListManager::changeContext (unsigned long context)Change OpenGl context because display list can't be shared in different context
void tlp::GlDisplayListManager::endNewDisplayList ()End the current record of display list
static GlDisplayListManager& tlp::GlDisplayListManager::getInst () [inline, static]Return the current instance. If instance doesn't exist, create it.
void tlp::GlDisplayListManager::removeContext (unsigned long context)remove context
Author
Generated automatically by Doxygen for Tulip Open GL Library from the source code.
Index
- NAME
-
- SYNOPSIS
-
- Public Member Functions
-
- Static Public Member Functions
-
- Detailed Description
-
- Member Function Documentation
-
- bool tlp::GlDisplayListManager::beginNewDisplayList (const std::string & name)Begin to record a new display list with name : name
-
- bool tlp::GlDisplayListManager::callDisplayList (const std::string & name)Call display list with name : name
-
- void tlp::GlDisplayListManager::changeContext (unsigned long context)Change OpenGl context because display list can't be shared in different context
-
- void tlp::GlDisplayListManager::endNewDisplayList ()End the current record of display list
-
- static GlDisplayListManager& tlp::GlDisplayListManager::getInst () [inline, static]Return the current instance. If instance doesn't exist, create it.
-
- void tlp::GlDisplayListManager::removeContext (unsigned long context)remove context
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 22:28:15 GMT, April 16, 2011