#include <tiny_grid_cell.h>
Public Member Functions | |
AvgTinyCell () | |
virtual std::unique_ptr< GridCell > | clone () const |
virtual void | operator+= (const AreaOccupancyObservation &aoo) |
Public Member Functions inherited from GridCell | |
virtual size_t | deserialize (const std::vector< char > &data, size_t pos=0) |
virtual double | discrepancy (const AreaOccupancyObservation &aoo) const |
GridCell (const Occupancy &occ) | |
GridCell (const GridCell &gc)=default | |
GridCell (GridCell &&gc)=default | |
virtual const Occupancy & | occupancy () const |
operator bool () const | |
operator double () const | |
GridCell & | operator= (const GridCell &gc)=default |
GridCell & | operator= (GridCell &&gc)=default |
virtual std::vector< char > | serialize () const |
virtual | ~GridCell ()=default |
Private Attributes | |
double | _n |
Additional Inherited Members | |
Protected Attributes inherited from GridCell | |
Occupancy | _occupancy |
Definition at line 28 of file tiny_grid_cell.h.
|
inline |
Definition at line 30 of file tiny_grid_cell.h.
|
inlinevirtual |
Reimplemented from GridCell.
Definition at line 32 of file tiny_grid_cell.h.
|
inlinevirtual |
Reimplemented from GridCell.
Definition at line 36 of file tiny_grid_cell.h.
|
private |
Definition at line 45 of file tiny_grid_cell.h.