#include <coordinate_conversions.h>
Public Member Functions | |
Cell (const coord_t x=0, const coord_t y=0) | |
bool | operator< (const Cell &c) const |
bool | operator== (const Cell &c) const |
Public Attributes | |
coord_t | x |
coord_t | y |
Definition at line 65 of file coordinate_conversions.h.
occupancy_grid_utils::Cell::Cell | ( | const coord_t | x = 0 , |
const coord_t | y = 0 |
||
) | [inline] |
Definition at line 67 of file coordinate_conversions.h.
bool occupancy_grid_utils::Cell::operator< | ( | const Cell & | c | ) | const [inline] |
Definition at line 186 of file coordinate_conversions.h.
bool occupancy_grid_utils::Cell::operator== | ( | const Cell & | c | ) | const [inline] |
Definition at line 180 of file coordinate_conversions.h.
Definition at line 68 of file coordinate_conversions.h.
Definition at line 69 of file coordinate_conversions.h.