#include <paths.h>
Inheritance diagram for Onecoord_pathfinder_client:


Public Member Functions | |
| Onecoord_pathfinder_client (Actor *n) | |
| virtual int | estimate_cost (Tile_coord &from, Tile_coord &to) |
| virtual int | at_goal (Tile_coord &tile, Tile_coord &goal) |
Definition at line 58 of file paths.h.
| Onecoord_pathfinder_client::Onecoord_pathfinder_client | ( | Actor * | n | ) | [inline] |
| int Onecoord_pathfinder_client::estimate_cost | ( | Tile_coord & | from, | |
| Tile_coord & | to | |||
| ) | [virtual] |
Reimplemented from Actor_pathfinder_client.
Definition at line 181 of file paths.cc.
References c_num_tiles, Actor_pathfinder_client::estimate_cost(), Tile_coord::tx, and Tile_coord::ty.
Here is the call graph for this function:

| int Onecoord_pathfinder_client::at_goal | ( | Tile_coord & | tile, | |
| Tile_coord & | goal | |||
| ) | [virtual] |
Reimplemented from Actor_pathfinder_client.
Definition at line 213 of file paths.cc.
References Tile_coord::tx, Tile_coord::ty, and Tile_coord::tz.
1.5.1