Home
last modified time | relevance | path

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

/dports/games/spring/spring_98.0/rts/Sim/Path/QTPFS/
H A DNodeLayer.hpp70 const std::vector<SpeedBinType>& GetCurSpeedBins() const { return curSpeedBins; } in GetCurSpeedBins()
89 memFootPrint += (curSpeedBins.size() * sizeof(SpeedBinType)); in GetMemFootPrint()
100 std::vector<SpeedBinType> curSpeedBins; member
H A DNodeLayer.cpp61 curSpeedBins.resize(xsize * zsize, -1); in Init()
70 curSpeedBins.clear(); in Clear()
173 const SpeedBinType curSpeedModBin = curSpeedBins[sqrIdx]; in Update()
183 curSpeedBins[sqrIdx] = newSpeedModBin; in Update()
H A DNode.cpp521 const std::vector<NodeLayer::SpeedBinType>& curSpeedBins = nl.GetCurSpeedBins(); in UpdateMoveCost() local
525 const NodeLayer::SpeedBinType refSpeedBin = curSpeedBins[zmin() * gs->mapx + xmin()]; in UpdateMoveCost()
554 const NodeLayer::SpeedBinType curSpeedBin = curSpeedBins[sqrIdx]; in UpdateMoveCost()
574 const NodeLayer::SpeedBinType curSpeedBin = curSpeedBins[sqrIdx]; in UpdateMoveCost()