类 SectionTracker

直接已知子类:
PoiManager.DistanceTracker

public abstract class SectionTracker extends DynamicGraphMinFixedPoint
  • 构造器详细资料

    • SectionTracker

      protected SectionTracker(int pFirstQueuedLevel, int pWidth, int pHeight)
  • 方法详细资料

    • checkNeighborsAfterUpdate

      protected void checkNeighborsAfterUpdate(long pPos, int pLevel, boolean pIsDecreasing)
      指定者:
      checkNeighborsAfterUpdate 在类中 DynamicGraphMinFixedPoint
    • getComputedLevel

      protected int getComputedLevel(long pPos, long pExcludedSourcePos, int pLevel)
      指定者:
      getComputedLevel 在类中 DynamicGraphMinFixedPoint
    • computeLevelFromNeighbor

      protected int computeLevelFromNeighbor(long pStartPos, long pEndPos, int pStartLevel)
      指定者:
      computeLevelFromNeighbor 在类中 DynamicGraphMinFixedPoint
    • getLevelFromSource

      protected abstract int getLevelFromSource(long pPos)
    • update

      public void update(long pPos, int pLevel, boolean pIsDecreasing)