Navigation: Code Documentation > RSCommon > GGraph > Classes > TGGraphEdge
TGGraphEdge Constructors
Name
Description
Create(TGGraphNode,TGGraphNode)
Creates the edge and sets the FromNode and ToNode properties to their respective parameters. The edge is automatically added to the edge lists of the FromNode (and the ToNode's as well when the graph is undirected).
Destroy
Represents the destructor of the TGGraphEdge class.
Top