HOG2
|
#include "Graph.h"
#include "Path.h"
#include "MapAbstraction.h"
#include "UnitSimulation.h"
#include "ReservationProvider.h"
Go to the source code of this file.
Classes | |
class | SearchAlgorithm |
A generic algorithm which can be used for pathfinding. More... | |
Functions | |
void | DoRandomPath (GraphAbstraction *aMap, SearchAlgorithm *sa, bool repeat=false) |
void DoRandomPath | ( | GraphAbstraction * | aMap, |
SearchAlgorithm * | sa, | ||
bool | repeat = false |
||
) |
Definition at line 26 of file SearchAlgorithm.cpp.
References GraphAbstraction::GetAbstractGraph(), SearchAlgorithm::GetNodesExpanded(), SearchAlgorithm::GetPath(), Graph::GetRandomNode(), GraphAbstraction::h(), GraphAbstractionConstants::kFirstData, path::next, GraphAbstraction::Pathable(), and verbose.