Global Variables
Variables | |
| Node * | theNode |
| A pointer to Node. | |
| Element * | theElement |
| A pointer to Element. | |
| Side * | theSide |
| A pointer to Side. | |
| Edge * | theEdge |
| A pointer to Edge. | |
Detailed Description
A module that groups all global variables in the library
Variable Documentation
| Node* theNode |
A pointer to Node.
Useful for loops on nodes
| Element* theElement |
A pointer to Element.
Useful for loops on elements
| Side* theSide |
A pointer to Side.
Useful for loops on sides
| Edge* theEdge |
A pointer to Edge.
Useful for loops on edges
Copyright © 1998-2012 Rachid Touzani