#include <Karto.h>
Public Member Functions | |
CellUpdater (OccupancyGrid *pGrid) | |
virtual void | operator() (kt_int32u index) |
Private Attributes | |
OccupancyGrid * | m_pOccupancyGrid |
karto::CellUpdater::CellUpdater | ( | OccupancyGrid * | pGrid | ) | [inline] |
void karto::CellUpdater::operator() | ( | kt_int32u | index | ) | [virtual] |
Updates the cell at the given index based on the grid's hits and pass counters
index |
Reimplemented from karto::Functor.