HOG2
|
This is the complete list of members for GenericIDAStar, including all inherited members.
DoIteration(OldSearchCode::SearchEnvironment *env, uint32_t parent, uint32_t currState, uint32_t goal, std::vector< uint32_t > &thePath, double bound, double g, double maxH) | GenericIDAStar | private |
GenericIDAStar() | GenericIDAStar | inline |
GetNodesExpanded() | GenericIDAStar | inline |
GetNodesTouched() | GenericIDAStar | inline |
GetPath(OldSearchCode::SearchEnvironment *env, uint32_t from, uint32_t to, std::vector< uint32_t > &thePath) | GenericIDAStar | |
nextBound | GenericIDAStar | private |
nodesExpanded | GenericIDAStar | private |
nodesTouched | GenericIDAStar | private |
nodeTable | GenericIDAStar | private |
ResetNodeCount() | GenericIDAStar | inline |
SetUseBDPathMax(bool val) | GenericIDAStar | inline |
UpdateNextBound(double currBound, double fCost) | GenericIDAStar | private |
usePathMax | GenericIDAStar | private |
~GenericIDAStar() | GenericIDAStar | inlinevirtual |