#include <costmap_2d.h>
Public Member Functions | |
ClearCell (unsigned char *costmap) | |
void | operator() (unsigned int offset) |
Private Attributes | |
unsigned char * | costmap_ |
Definition at line 672 of file costmap_2d.h.
costmap_2d::Costmap2D::ClearCell::ClearCell | ( | unsigned char * | costmap | ) | [inline] |
Definition at line 674 of file costmap_2d.h.
void costmap_2d::Costmap2D::ClearCell::operator() | ( | unsigned int | offset | ) | [inline] |
Definition at line 675 of file costmap_2d.h.
unsigned char* costmap_2d::Costmap2D::ClearCell::costmap_ [private] |
Definition at line 679 of file costmap_2d.h.