AddClosedNode(state &val, uint64_t hash, double f, double g, double h, uint64_t parent=kTAStarNoNode) | AStarOpenClosed< state, CmpKey, dataStructure > | |
AddClosedNode(state &val, uint64_t hash, double g, double h, uint64_t parent=kTAStarNoNode) | AStarOpenClosed< state, CmpKey, dataStructure > | |
AddOpenNode(const state &val, uint64_t hash, double f, double g, double h, uint64_t parent=kTAStarNoNode) | AStarOpenClosed< state, CmpKey, dataStructure > | |
AddOpenNode(const state &val, uint64_t hash, double g, double h, uint64_t parent=kTAStarNoNode) | AStarOpenClosed< state, CmpKey, dataStructure > | |
AStarOpenClosed() | AStarOpenClosed< state, CmpKey, dataStructure > | |
Close(uint64_t objKey) | AStarOpenClosed< state, CmpKey, dataStructure > | |
Close() | AStarOpenClosed< state, CmpKey, dataStructure > | |
CloseAllOnOpen() | AStarOpenClosed< state, CmpKey, dataStructure > | inline |
ClosedSize() const | AStarOpenClosed< state, CmpKey, dataStructure > | inline |
elements | AStarOpenClosed< state, CmpKey, dataStructure > | private |
empty() const | AStarOpenClosed< state, CmpKey, dataStructure > | inline |
GetOpenItem(unsigned int which) | AStarOpenClosed< state, CmpKey, dataStructure > | inline |
HeapifyDown(uint64_t index) | AStarOpenClosed< state, CmpKey, dataStructure > | private |
HeapifyUp(uint64_t index) | AStarOpenClosed< state, CmpKey, dataStructure > | private |
IndexTable typedef | AStarOpenClosed< state, CmpKey, dataStructure > | private |
KeyChanged(uint64_t objKey) | AStarOpenClosed< state, CmpKey, dataStructure > | |
Lookat(uint64_t objKey) const | AStarOpenClosed< state, CmpKey, dataStructure > | inline |
Lookup(uint64_t hashKey, uint64_t &objKey) const | AStarOpenClosed< state, CmpKey, dataStructure > | |
Lookup(uint64_t objKey) | AStarOpenClosed< state, CmpKey, dataStructure > | inline |
OpenSize() const | AStarOpenClosed< state, CmpKey, dataStructure > | inline |
Peek() const | AStarOpenClosed< state, CmpKey, dataStructure > | |
Remove(uint64_t hash) | AStarOpenClosed< state, CmpKey, dataStructure > | |
Reopen(uint64_t objKey) | AStarOpenClosed< state, CmpKey, dataStructure > | |
Reset(int val=0) | AStarOpenClosed< state, CmpKey, dataStructure > | |
size() const | AStarOpenClosed< state, CmpKey, dataStructure > | inline |
table | AStarOpenClosed< state, CmpKey, dataStructure > | private |
theHeap | AStarOpenClosed< state, CmpKey, dataStructure > | private |
~AStarOpenClosed() | AStarOpenClosed< state, CmpKey, dataStructure > | |