Jamie Slowgrove - AI Assignment 1
Line of Sight & A* path-finding
 All Classes Namespaces Files Functions Variables
AStar Member List

This is the complete list of members for AStar, including all inherited members.

AStar(int xNodes, int yNodes)AStar
bestPathAStarprivate
checkNodes(int parentX, int parentY)AStarprivate
closedListAStarprivate
currentXAStarprivate
currentYAStarprivate
drawLists(SDL_Renderer *renderer)AStar
endXAStarprivate
endYAStarprivate
findBestPath()AStarprivate
findNewPath(int startX, int startY, int endX, int endY)AStar
findNextNode()AStarprivate
getNextPathNode()AStar
nodesAStarprivate
nodeTest(int parentX, int parentY, int testX, int testY, int cost)AStarprivate
openListAStarprivate
setDangerNode(int nodeXIndex, int nodeYIndex)AStar
startXAStarprivate
startYAStarprivate
xNodesAStarprivate
yNodesAStarprivate
~AStar()AStar