final class PointOfInterestManager.DistanceGraph extends SectionDistanceGraph
Modifier and Type | Field and Description |
---|---|
private it.unimi.dsi.fastutil.longs.Long2ByteMap |
levels |
Modifier | Constructor and Description |
---|---|
protected |
DistanceGraph() |
Modifier and Type | Method and Description |
---|---|
protected int |
getLevel(long sectionPosIn) |
protected int |
getSourceLevel(long pos) |
void |
runAllUpdates() |
protected void |
setLevel(long sectionPosIn,
int level) |
computeLevel, getEdgeLevel, isRoot, notifyNeighbors, updateSourceLevel
cancelUpdate, func_227465_a_, func_227467_c_, needsUpdate, processUpdates, propagateLevel, queuedUpdateSize, scheduleUpdate, scheduleUpdate
protected int getSourceLevel(long pos)
getSourceLevel
in class SectionDistanceGraph
protected int getLevel(long sectionPosIn)
getLevel
in class LevelBasedGraph
protected void setLevel(long sectionPosIn, int level)
setLevel
in class LevelBasedGraph
public void runAllUpdates()