Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
▼Ndlux_plugins | |
▼CAStar | Potential calculator that explores using a distance heuristic (A*) but not the kernel function |
CQueueEntry | Helper Class for sorting indexes by their heuristic |
CQueueEntryComparator | Comparator for sorting the QueueEntrys |
CDijkstra | Potential calculator that explores the potential breadth first while using the kernel function |
CGradientPath | Traceback function that creates a smooth gradient from the start to the goal |
CGridPath | Traceback function that moves from cell to cell using any of the eight neighbors |
CVonNeumannPath | Traceback function that moves from cell to cell using only the four neighbors |