Show / Hide Table of Contents

Struct GraphTopology.NeighbourDetails

Describes a single neighbour of a node. (also called a half-edge in some literature).

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
Namespace: DeBroglie.Topo
Assembly: DeBroglie.dll
Syntax
public struct GraphTopology.NeighbourDetails

Properties

| Edit this page View Source

EdgeLabel

The edge label of this edge

Declaration
public EdgeLabel EdgeLabel { get; set; }
Property Value
Type Description
EdgeLabel
| Edit this page View Source

Index

Where this edge leads to. Set to -1 to indicate no neighbour.

Declaration
public int Index { get; set; }
Property Value
Type Description
int
| Edit this page View Source

InverseDirection

The direction to move from Index which will return back along this edge.

Declaration
public Direction InverseDirection { get; set; }
Property Value
Type Description
Direction
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX