Show / Hide Table of Contents

Struct ContractedEdgeData

Represents the data on a contracted edge.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public struct ContractedEdgeData

Properties

ContractedId

Gets or sets the id of the contracted vertex.

Declaration
public uint ContractedId { get; set; }
Property Value
System.UInt32

Direction

Gets or sets the direction.

Declaration
public bool ? Direction { get; set; }
Property Value
System.Nullable<System.Boolean>

Weight

Gets or sets the weight.

Declaration
public float Weight { get; set; }
Property Value
System.Single

Back to top Built by Itinero, MIT licensed.