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

coords.h File Reference

Colored coordinate system. More...

#include <lescegra/sg/node.h>

Include dependency graph for coords.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  LsgCoords
 Colored coordinate system. More...


Defines

#define LSG_COORDS_H   1
#define LsgCoords_clean(self)   LsgNode_clean(&(self)->super)
#define LsgCoords_update(self, now)   LsgNode_update(&(self)->super, now)
#define LsgCoords_destroy(self)   LsgNode_destroy(&(self)->super)


Detailed Description

Colored coordinate system.


Define Documentation

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

Clean the node. Reuse parent implementation.

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

Update the node. Reuse parent implementation.

#define LsgCoords_destroy self   )     LsgNode_destroy(&(self)->super)
 

Destructor method for LsgCoords. Reuse parent implementation.


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