dlux_plugins::AStar | Potential calculator that explores using a distance heuristic (A*) but not the kernel function |
dlux_plugins::Dijkstra | Potential calculator that explores the potential breadth first while using the kernel function |
dlux_plugins::GradientPath | Traceback function that creates a smooth gradient from the start to the goal |
dlux_plugins::GridPath | Traceback function that moves from cell to cell using any of the eight neighbors |
dlux_plugins::AStar::QueueEntry | Helper Class for sorting indexes by their heuristic |
dlux_plugins::AStar::QueueEntryComparator | Comparator for sorting the QueueEntrys |
dlux_plugins::VonNeumannPath | Traceback function that moves from cell to cell using only the four neighbors |