public class PrepareCHEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
adjNode |
int |
incEdgeKey
The edge key of the incoming original edge at this shortest path tree entry.
|
PrepareCHEntry |
parent |
int |
prepareEdge
The ID of the edge associated with this entry in the prepare graph (this is not the same number that will later
be the ID of the edge/shortcut in the CHGraph.
|
double |
weight |
| Constructor and Description |
|---|
PrepareCHEntry(int prepareEdge,
int incEdgeKey,
int adjNode,
double weight) |
public int incEdgeKey
public int prepareEdge
public int adjNode
public double weight
public PrepareCHEntry parent
public PrepareCHEntry(int prepareEdge,
int incEdgeKey,
int adjNode,
double weight)
public PrepareCHEntry getParent()
Copyright © 2012–2021. All rights reserved.