Graph::AddGraphElement
Defined in:
Adds an element to a graph.
TSGraph.h
Prototype
void AddGraphElement(GraphElement<elementType, relationType> *element);
Parameters
element |
The element to add to the graph. |
Description
The AddGraphElement
function adds the element specified by the element
parameter to a graph. Initially, the element has no incoming or outgoing relations.
See Also