HOG2
Classes | Namespaces | Typedefs
AStar.h File Reference
#include "SearchAlgorithm.h"
#include "Path.h"
#include "GraphAbstraction.h"
#include "FPUtil.h"
#include "OpenClosedList.h"
#include <unordered_map>
Include dependency graph for AStar.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AStar3Util::SearchNode
 
struct  AStar3Util::NodeEqual
 
struct  AStar3Util::SearchNodeEqual
 
struct  AStar3Util::SearchNodeCompare
 
struct  AStar3Util::NodeHash
 
struct  AStar3Util::SearchNodeHash
 
class  aStar
 

Namespaces

 AStar3Util
 

Typedefs

typedef OpenClosedList< AStar3Util::SearchNode, AStar3Util::SearchNodeHash, AStar3Util::SearchNodeEqual, AStar3Util::SearchNodeCompareAStar3Util::PQueue
 
typedef std::unordered_map< node *, AStar3Util::SearchNode, AStar3Util::NodeHash, AStar3Util::NodeEqualAStar3Util::NodeLookupTable
 
typedef std::unordered_map< node *, bool, AStar3Util::NodeHash, AStar3Util::NodeEqualAStar3Util::Corridor