GNode Class Reference

[libgfc Index] [libgfc Hierarchy] [Headers]


GNode represents a node (vertex) in the graph More...

#include <src/ggraph.h>

Public Members


Detailed Description

GNode represents a node (vertex) in the graph. All the nodes of a graph are linked together in a list. Each node points to a list of wires (arcs) of its own (which are all started from this node). The receiving node (end) of a wire is accessed by the wire's 'tip' field. Each node has a name and a (graph-wide) unique ID which is an integer.


void removeWire(GWire* w) [public]

just removes the wire from the node's wire_list. The wire object may still hang around in the memory.


Documentation generated by lqian@lqian-sun on Wed Jul 14 09:36:10 EDT 1999
Kdoc