In file ./include/callgl_objects.hxx:

class CallGL::CallGLCode

An instance of CallGL code compiled into a display list.

Documentation

An instance of CallGL code compiled into a display list. The CallGLCode objects are immutable with value semantics. Example: CallGLCode setup("PushMatrix"); CallGLCode teardown("PopMatrix"); setup(); //... teardown();

Inheritance:

CallGLCode


This class has no child classes.

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.