Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
AStarGridTest Class Reference
Inheritance diagram for AStarGridTest:
[legend]
Collaboration diagram for AStarGridTest:
[legend]

Protected Member Functions

void SetUp () override
 
GridGraph::Nodeget_node (int x, int y)
 

Protected Attributes

GridGraph g
 
std::vector< GridGraph::Node * > nodes
 

Static Protected Attributes

static constexpr int GRID_SIZE = 5
 

Detailed Description

Definition at line 175 of file astar_test.cc.

Member Function Documentation

◆ get_node()

GridGraph::Node * AStarGridTest::get_node ( int  x,
int  y 
)
inlineprotected

Definition at line 221 of file astar_test.cc.

References GRID_SIZE, nodes, and y.

◆ SetUp()

Member Data Documentation

◆ g

GridGraph AStarGridTest::g
protected

Definition at line 178 of file astar_test.cc.

Referenced by SetUp().

◆ GRID_SIZE

constexpr int AStarGridTest::GRID_SIZE = 5
staticconstexprprotected

Definition at line 180 of file astar_test.cc.

Referenced by get_node(), and SetUp().

◆ nodes

std::vector<GridGraph::Node*> AStarGridTest::nodes
protected

Definition at line 179 of file astar_test.cc.

Referenced by get_node(), and SetUp().


The documentation for this class was generated from the following file: