|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPFMap | |
---|---|
cz.cuni.amis.pathfinding.alg.astar | |
cz.cuni.amis.pathfinding.map |
Uses of IPFMap in cz.cuni.amis.pathfinding.alg.astar |
---|
Methods in cz.cuni.amis.pathfinding.alg.astar that return IPFMap | |
---|---|
IPFMap<NODE> |
AStar.getMap()
Map abstraction the AStar is working with. |
Methods in cz.cuni.amis.pathfinding.alg.astar with parameters of type IPFMap | |
---|---|
void |
AStar.setMap(IPFMap<NODE> map)
Sets map abstraction into the AStar. |
Constructors in cz.cuni.amis.pathfinding.alg.astar with parameters of type IPFMap | |
---|---|
AStar(IPFMap<NODE> map)
AStar configured with "map" with no agent-specific view on the map, IPFMapView.DefaultView is used. |
|
AStar(IPFMap<NODE> map,
IPFMapView<NODE> view)
AStar configured with "map" and agent-specific view on the map, if "view" is null, IPFMapView.DefaultView is going to be used. |
Uses of IPFMap in cz.cuni.amis.pathfinding.map |
---|
Subinterfaces of IPFMap in cz.cuni.amis.pathfinding.map | |
---|---|
interface |
IPFKnownMap<NODE>
This class represents the discrete search space for path-finding algorithms for games. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |