#include <glut-state.h>
Public Member Functions | |
virtual | ~State (void) throw () |
virtual void | dump (IN const char *msg) const =0 throw () |
virtual void | diff (IN const State *other) const =0 throw () |
Static Public Member Functions | |
static smart_ptr< State > | snapshotFromOpenGL (void) |
encapsulates a lot of OpenGL state
Definition at line 50 of file glut-state.h.
glut::State::~State | ( | void | ) | throw () [virtual] |
Definition at line 40 of file glut-state.cpp.
virtual void glut::State::dump | ( | IN const char * | msg | ) | const throw () [pure virtual] |
virtual void glut::State::diff | ( | IN const State * | other | ) | const throw () [pure virtual] |
smart_ptr< State > glut::State::snapshotFromOpenGL | ( | void | ) | [static] |
Definition at line 492 of file glut-state.cpp.