QuickGraph


ITermEdge<'TVertex>

Namespace: QuickGraph

A directed edge with terminal indices

Instance members

Instance memberDescription
SourceTerminal
Signature: int
Modifiers: abstract

Index of terminal on source vertex to which this edge is attached.

TargetTerminal
Signature: int
Modifiers: abstract

Index of terminal on target vertex to which this edge is attached.

Fork me on GitHub