Public Member Functions | |
Constructor / Destructor | |
CP_AglContext () | |
Constructor. | |
CP_AglContext (CP_AglContext &inContext) | |
CP_AglContext (AGLContext inContext) | |
~CP_AglContext () throw () | |
Destructor. | |
Context Management | |
AGLContext | Get () const throw () |
AGLContext | Release () throw () |
void | Reset (AGLContext inContext=NULL) throw () |
operators | |
CP_AglContext & | operator= (CP_AglContext &inContext) throw () |
operator AGLContext () const throw () | |
Protected Attributes | |
AGLContext | fAGLContext |
|
Constructor.
|
|
Copy constructor.
|
|
Constructor.
|
|
Destructor.
|
|
Returns the AglContext.
|
|
Resets the AGLContext to a NULL object, and returns the existing context.
|
|
Resets the AGLContext to the passed in context, after first destroying the one pointed to by this class.
|
|
Assignment operator.
|
|
Returns the AglContext.
|
|
|