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