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

LsgGLList Struct Reference

OpenGL list node. More...

#include <gllist.h>

Collaboration diagram for LsgGLList:

Collaboration graph
[legend]

Data Fields

LsgNode super
int list

Related Functions

(Note that these are not member functions.)

LsgGLListLsgGLList_create (void)
void LsgGLList_init (LsgGLList *self)
void LsgGLList_display (LsgGLList *self, LsgFrustum *frust)
void LsgGLList_destroy (LsgGLList *self)

Detailed Description

OpenGL list node.

Encapsulate an OpenGL list in a scene graph node.


Friends And Related Function Documentation

LsgGLList * LsgGLList_create void   )  [related]
 

Allocate and initialize a LsgGLList.

Returns:
A new LsgGLList instance

void LsgGLList_init LsgGLList self  )  [related]
 

Constructor method for LsgGLList. Create a new and initially empty OpenGL list.

Parameters:
self The instance variable

void LsgGLList_display LsgGLList self,
LsgFrustum frust
[related]
 

Call the OpenGL list.

Parameters:
self The instance variable
frustum The viewing frustum

void LsgGLList_destroy LsgGLList self  )  [related]
 

Destructor method for LsgGLList. Destroy the OpenGL list.

Parameters:
self The instance variable


The documentation for this struct was generated from the following file:
(c) 2003, by Enno Cramer
generated on 13 Jul 2003
lescegra - doxygen