Class DirectedEdgeIdExtensions
Contains extension methods related to the directed edge id.
Inheritance
System.Object
DirectedEdgeIdExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public static class DirectedEdgeIdExtensions
Methods
MoveToEdge(Graph.EdgeEnumerator, DirectedEdgeId)
Moves the enumerator to the edge represented by the given directed edge id.
Declaration
public static void MoveToEdge(this Graph.EdgeEnumerator enumerator, DirectedEdgeId edgeId)
Parameters
|
Graph.EdgeEnumerator
enumerator
|
|
DirectedEdgeId
edgeId
|
ToDirectedEdgeIds(RouterPoint[], Boolean[])
Returns an array of directed edges id's for a given array of routerpoints and forward flags.
Declaration
public static DirectedEdgeId[] ToDirectedEdgeIds(this RouterPoint[] points, bool[] forwards)
Parameters
|
RouterPoint[]
points
|
|
System.Boolean[]
forwards
|
Returns
|
DirectedEdgeId[]
|