HOG2
Classes | Typedefs
AStar3Util Namespace Reference

Classes

struct  NodeEqual
 
struct  NodeHash
 
class  SearchNode
 
struct  SearchNodeCompare
 
struct  SearchNodeEqual
 
struct  SearchNodeHash
 

Typedefs

typedef OpenClosedList< AStar3Util::SearchNode, AStar3Util::SearchNodeHash, AStar3Util::SearchNodeEqual, AStar3Util::SearchNodeComparePQueue
 
typedef std::unordered_map< node *, AStar3Util::SearchNode, AStar3Util::NodeHash, AStar3Util::NodeEqualNodeLookupTable
 
typedef std::unordered_map< node *, bool, AStar3Util::NodeHash, AStar3Util::NodeEqualCorridor
 

Typedef Documentation

◆ Corridor

Definition at line 78 of file AStar.h.

◆ NodeLookupTable

Definition at line 75 of file AStar.h.

◆ PQueue

Definition at line 72 of file AStar.h.