|
||
EDGE |
||
A data type that stores an edge number
typedef int EDGE;
|
||
Remarks |
It is good practice to use EDGE rather than 'int' when working with edge numbers. While EDGE is currently an 'int' data type this may be changed (for instance in order to expand the upper-limit of edges stored in an OBJECT_NODE).
|
|
See Also |
||
Header |
silver.h, ssnodes.h |