Loading [MathJax]/extensions/tex2jax.js
DUECA/DUSIME
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
dueca::GluiProtocol Class Reference

Class that implements/abstracts the connection to the glut + glui windowing toolkit. More...

#include <GluiProtocol.hxx>

Inheritance diagram for dueca::GluiProtocol:
Collaboration diagram for dueca::GluiProtocol:

Public Member Functions

 GluiProtocol ()
 Constructor, script callable.
 
bool complete ()
 completion flagged.
 
 ~GluiProtocol ()
 Destructor.
 
bool init ()
 Init function, initialize windowing toolkit.
 
bool close ()
 If needed, close of windowing toolkit.
 
void sweep ()
 Do one update of the windows.
 

Static Public Member Functions

static const ParameterTablegetParameterTable ()
 Parameter table.
 

Detailed Description

Class that implements/abstracts the connection to the glut + glui windowing toolkit.

Objects of this class can be created in your dueca.mod script with the command

(make-glui-protocol)

You need these if you want to use windows with glui (http://glui.sourceforge.net/), an OpenGL/GLUT User Interface Library, in combination with the GLSweeper objects. GLSweeper objects als can be created in your dueca.mod script.


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