|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Protected Member Functions | |
| void | SetUp () override |
| GridGraph::Node * | get_node (int x, int y) |
Protected Attributes | |
| GridGraph | g |
| std::vector< GridGraph::Node * > | nodes |
Static Protected Attributes | |
| static constexpr int | GRID_SIZE = 5 |
Definition at line 175 of file astar_test.cc.
|
inlineprotected |
Definition at line 221 of file astar_test.cc.
|
inlineoverrideprotected |
Definition at line 182 of file astar_test.cc.
References g, GTNodeCommon< NodeInfo >::get_info(), GRID_SIZE, Aleph::List_Graph< _Graph_Node, _Graph_Arc >::insert_arc(), Aleph::List_Graph< _Graph_Node, _Graph_Arc >::insert_node(), Aleph::maps(), nodes, GridNode::x, and y.
|
protected |
Definition at line 178 of file astar_test.cc.
Referenced by SetUp().
Definition at line 180 of file astar_test.cc.
Referenced by get_node(), and SetUp().
|
protected |
Definition at line 179 of file astar_test.cc.
Referenced by get_node(), and SetUp().