Public Member Functions | List of all members
BaseTinyCell Class Reference

#include <tiny_grid_cell.h>

Inheritance diagram for BaseTinyCell:
Inheritance graph
[legend]

Public Member Functions

 BaseTinyCell ()
 
virtual std::unique_ptr< GridCellclone () 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 Occupancyoccupancy () const
 
 operator bool () const
 
 operator double () const
 
GridCelloperator= (const GridCell &gc)=default
 
GridCelloperator= (GridCell &&gc)=default
 
virtual std::vector< char > serialize () const
 
virtual ~GridCell ()=default
 

Additional Inherited Members

- Protected Attributes inherited from GridCell
Occupancy _occupancy
 

Detailed Description

Definition at line 9 of file tiny_grid_cell.h.

Constructor & Destructor Documentation

BaseTinyCell::BaseTinyCell ( )
inline

Definition at line 11 of file tiny_grid_cell.h.

Member Function Documentation

virtual std::unique_ptr<GridCell> BaseTinyCell::clone ( ) const
inlinevirtual

Reimplemented from GridCell.

Definition at line 13 of file tiny_grid_cell.h.

virtual void BaseTinyCell::operator+= ( const AreaOccupancyObservation aoo)
inlinevirtual

Reimplemented from GridCell.

Definition at line 17 of file tiny_grid_cell.h.


The documentation for this class was generated from the following file:


slam_constructor
Author(s): JetBrains Research, OSLL team
autogenerated on Mon Jun 10 2019 15:08:26