#include <costmap_2d.h>
|
| | MarkCell (unsigned char *costmap, double *timestamps, unsigned char value, double time) |
| |
| void | operator() (unsigned int offset) |
| |
Definition at line 475 of file costmap_2d.h.
◆ MarkCell()
| costmap_2d::Costmap2D::MarkCell::MarkCell |
( |
unsigned char * |
costmap, |
|
|
double * |
timestamps, |
|
|
unsigned char |
value, |
|
|
double |
time |
|
) |
| |
|
inline |
◆ operator()()
| void costmap_2d::Costmap2D::MarkCell::operator() |
( |
unsigned int |
offset | ) |
|
|
inline |
◆ costmap_
| unsigned char* costmap_2d::Costmap2D::MarkCell::costmap_ |
|
private |
◆ time_
| double costmap_2d::Costmap2D::MarkCell::time_ |
|
private |
◆ timestamps_
| double* costmap_2d::Costmap2D::MarkCell::timestamps_ |
|
private |
◆ value_
| unsigned char costmap_2d::Costmap2D::MarkCell::value_ |
|
private |
The documentation for this class was generated from the following file: