Home
last modified time | relevance | path

Searched refs:nodesExpanded (Results 1 – 4 of 4) sorted by relevance

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DPathFinding.h49 void getStats(State *state, unsigned& stepsDone, unsigned& nodesExpanded);
H A DPathFinding.cpp241 void PathFinding::getStats(PathFinding::State *state, unsigned& stepsDone, unsigned& nodesExpanded) in getStats() argument
244 nodesExpanded = (unsigned)state->searcher.getNodesExpanded(); in getStats()
H A DScriptInterface.cpp9004 unsigned stepsDone, nodesExpanded; in luaFunc() local
9005 PathFinding::getStats(state, stepsDone, nodesExpanded); in luaFunc()
9007 lua_pushinteger(L, nodesExpanded); in luaFunc()
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/ExternalLibs/
H A DJPS.h774 … size_t *stepsDone = NULL, size_t *nodesExpanded = NULL // for information
782 if(nodesExpanded)
783 *nodesExpanded = search.getNodesExpanded();