Public Member Functions | Static Public Member Functions

glut::State Class Reference
[Wavepacket GLUT Libraries]

#include <glut-state.h>

Inheritance diagram for glut::State:
Inheritance graph
[legend]

List of all members.

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< StatesnapshotFromOpenGL (void)

Detailed Description

encapsulates a lot of OpenGL state

Definition at line 50 of file glut-state.h.


Constructor & Destructor Documentation

glut::State::~State ( void   )  throw () [virtual]

Definition at line 40 of file glut-state.cpp.


Member Function Documentation

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.


The documentation for this class was generated from the following files: