Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

gllist.h File Reference

OpenGL list node. More...

#include <lescegra/sg/node.h>

Include dependency graph for gllist.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Data Structures

struct  LsgGLList
 OpenGL list node. More...


Defines

#define LsgGLList_clean(self)   LsgNode_clean(&(self)->super)
#define LsgGLList_update(self, now)   LsgNode_update(&(self)->super, now)


Detailed Description

OpenGL list node.


Define Documentation

#define LsgGLList_clean self   )     LsgNode_clean(&(self)->super)
 

Clean this node. Reuse parent implementation.

#define LsgGLList_update self,
now   )     LsgNode_update(&(self)->super, now)
 

Update this node. Reuse parent implementation.


(c) 2003, by Enno Cramer
generated on 13 Jul 2003
lescegra - doxygen