Adds an edge to the graph.
Declaration Syntax
public abstract void AddEdge(
Edge e
)
Public MustOverride Sub AddEdge ( _
e As Edge _
)
public:
virtual void AddEdge(
Edge^ e
) abstract
Parameters
- e (Edge)
- The edge to be added
Remarks
The two ends of the edge should also be in this graph.
Assembly:
FVCore (Module: FVCore) Version: 0.5.8.1 (0.5.8.12)