Home
last modified time | relevance | path

Searched refs:oldSpeedBins (Results 1 – 3 of 3) sorted by relevance

/dports/games/spring/spring_98.0/rts/Sim/Path/QTPFS/
H A DNodeLayer.hpp69 const std::vector<SpeedBinType>& GetOldSpeedBins() const { return oldSpeedBins; } in GetOldSpeedBins()
90 memFootPrint += (oldSpeedBins.size() * sizeof(SpeedBinType)); in GetMemFootPrint()
101 std::vector<SpeedBinType> oldSpeedBins; member
H A DNodeLayer.cpp60 oldSpeedBins.resize(xsize * zsize, -1); in Init()
69 oldSpeedBins.clear(); in Clear()
182 oldSpeedBins[sqrIdx] = curSpeedModBin; in Update()
H A DNode.cpp520 const std::vector<NodeLayer::SpeedBinType>& oldSpeedBins = nl.GetOldSpeedBins(); in UpdateMoveCost() local
553 const NodeLayer::SpeedBinType oldSpeedBin = oldSpeedBins[sqrIdx]; in UpdateMoveCost()
573 const NodeLayer::SpeedBinType oldSpeedBin = oldSpeedBins[sqrIdx]; in UpdateMoveCost()