Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/universe/
H A DPathfinder.cpp243 class BFSVisitorImpl class
258BFSVisitorImpl(const Vertex& start, const Vertex& stop, Vertex predecessors[], int max_depth) in BFSVisitorImpl() function in SystemPathing::BFSVisitorImpl
424 …typedef BFSVisitorImpl<Graph, typename boost::graph_traits<Graph>::edge_descriptor, int> BFSVisito… in LeastJumpsPathImpl()