Public Types | |
typedef boost::shared_ptr< Grid2DNode > | Ptr |
Public Member Functions | |
int | getX () |
int | getY () |
Grid2DNode (int x, int y, bool occupied) | |
bool | isOccupied () |
bool | operator== (Grid2DNode &other) |
Protected Attributes | |
bool | occupied_ |
int | x_ |
int | y_ |
Definition at line 45 of file sample_astar.cpp.
typedef boost::shared_ptr<Grid2DNode> Grid2DNode::Ptr |
Definition at line 48 of file sample_astar.cpp.
|
inline |
Definition at line 49 of file sample_astar.cpp.
|
inline |
Definition at line 54 of file sample_astar.cpp.
|
inline |
Definition at line 55 of file sample_astar.cpp.
|
inline |
Definition at line 56 of file sample_astar.cpp.
|
inline |
Definition at line 50 of file sample_astar.cpp.
|
protected |
Definition at line 60 of file sample_astar.cpp.
|
protected |
Definition at line 58 of file sample_astar.cpp.
|
protected |
Definition at line 59 of file sample_astar.cpp.