Home
last modified time | relevance | path

Searched defs:get_neighbour (Results 1 – 14 of 14) sorted by relevance

/dports/net-mgmt/netmagis-metro/netmagis-2.3.4/topo/lib/
H A Dgetneighbour.c11 struct node *get_neighbour (struct node *n, enum nodetype type) in get_neighbour() function
/dports/net-mgmt/netmagis-detecteq/netmagis-2.3.4/topo/lib/
H A Dgetneighbour.c11 struct node *get_neighbour (struct node *n, enum nodetype type) in get_neighbour() function
/dports/net-mgmt/netmagis-utils/netmagis-2.3.4/topo/lib/
H A Dgetneighbour.c11 struct node *get_neighbour (struct node *n, enum nodetype type) in get_neighbour() function
/dports/net-mgmt/netmagis-servers/netmagis-2.3.4/topo/lib/
H A Dgetneighbour.c11 struct node *get_neighbour (struct node *n, enum nodetype type) in get_neighbour() function
/dports/net-mgmt/netmagis-topo/netmagis-2.3.4/topo/lib/
H A Dgetneighbour.c11 struct node *get_neighbour (struct node *n, enum nodetype type) in get_neighbour() function
/dports/net-mgmt/netmagis-common/netmagis-2.3.4/topo/lib/
H A Dgetneighbour.c11 struct node *get_neighbour (struct node *n, enum nodetype type) in get_neighbour() function
/dports/net-mgmt/netmagis-database/netmagis-2.3.4/topo/lib/
H A Dgetneighbour.c11 struct node *get_neighbour (struct node *n, enum nodetype type) in get_neighbour() function
/dports/net-mgmt/netmagis-www/netmagis-2.3.4/topo/lib/
H A Dgetneighbour.c11 struct node *get_neighbour (struct node *n, enum nodetype type) in get_neighbour() function
/dports/games/simutrans/simutrans-121.0/script/api/
H A Dapi_tiles.cc74 grund_t* get_neighbour(grund_t *gr, waytype_t wt, my_ribi_t ribi) in get_neighbour() function
/dports/games/widelands/widelands-build21/src/economy/
H A Drouting_node.h38 RoutingNode* get_neighbour() const { in get_neighbour() function
/dports/games/widelands/widelands-build21/src/logic/
H A Dmap.h1209 inline FCoords Map::get_neighbour(const FCoords& f, const Direction dir) const { in get_neighbour() function
H A Dmap.cc1938 void Map::get_neighbour(const Coords& f, Direction const dir, Coords* const o) const { in get_neighbour() function in Widelands::Map
1963 void Map::get_neighbour(const FCoords& f, Direction const dir, FCoords* const o) const { in get_neighbour() function in Widelands::Map
/dports/games/widelands/widelands-build21/src/economy/test/
H A Dtest_routing.cc50 TestingRoutingNode* get_neighbour(uint8_t idx) const { in get_neighbour() function in TestingRoutingNode
/dports/games/simutrans/simutrans-121.0/boden/
H A Dgrund.cc1893 bool grund_t::get_neighbour(grund_t *&to, waytype_t type, ribi_t::ribi ribi) const function in grund_t