#include <grid_state.h>
Public Types | |
typedef boost::shared_ptr< OccupancyGridState > | Ptr |
Public Types inherited from jsk_footstep_planner::GridState | |
typedef boost::shared_ptr< GridState > | Ptr |
Public Member Functions | |
virtual int | getOccupancy () |
virtual bool | isValid () |
OccupancyGridState (int x, int y) | |
virtual bool | setOccupancy (int occ_) |
Public Member Functions inherited from jsk_footstep_planner::GridState | |
virtual float | getCost () |
GridState (int x, int y) | |
virtual int | indexX () |
virtual int | indexY () |
bool | operator== (const GridState &other) const |
virtual bool | setCost (float c_) |
Protected Attributes | |
int | occupancy_ |
Protected Attributes inherited from jsk_footstep_planner::GridState | |
int | index_x_ |
int | index_y_ |
Definition at line 31 of file grid_state.h.
Definition at line 34 of file grid_state.h.
|
inline |
Definition at line 36 of file grid_state.h.
|
inlinevirtual |
Reimplemented from jsk_footstep_planner::GridState.
Definition at line 40 of file grid_state.h.
|
inlinevirtual |
Reimplemented from jsk_footstep_planner::GridState.
Reimplemented in jsk_footstep_planner::CostedGridState.
Definition at line 46 of file grid_state.h.
|
inlinevirtual |
Reimplemented from jsk_footstep_planner::GridState.
Definition at line 41 of file grid_state.h.
|
protected |
Definition at line 54 of file grid_state.h.