Class CHEntry

java.lang.Object
com.graphhopper.routing.SPTEntry
com.graphhopper.routing.ch.CHEntry
All Implemented Interfaces:
Comparable<SPTEntry>
Direct Known Subclasses:
AStarCHEntry

public class CHEntry extends SPTEntry
  • Field Details

    • incEdge

      public int incEdge
      The id of the incoming original edge at this shortest path tree entry. For original edges this is the same as the edge id, but for shortcuts this is the id of the last original edge of the shortcut.
      See Also:
  • Constructor Details

    • CHEntry

      public CHEntry(int node, double weight)
    • CHEntry

      public CHEntry(int edge, int incEdge, int adjNode, double weight, SPTEntry parent)
  • Method Details