#include <lazy_tiled_grid_map.h>
|
| bool | has_cell (const Coord &) const override |
| |
| const GridCell & | operator[] (const Coord &ec) const override |
| |
| DiscretePoint2D | origin () const override |
| |
| void | reset (const Coord &area_id, const GridCell &new_area) override |
| |
| | UnboundedLazyTiledGridMap (std::shared_ptr< GridCell > prototype, const GridMapParams ¶ms=MapValues::gmp) |
| |
| void | update (const Coord &area_id, const AreaOccupancyObservation &aoo) override |
| | Updates area with a given observation. More...
|
| |
| | LazyTiledGridMap (std::shared_ptr< GridCell > prototype, const GridMapParams ¶ms=MapValues::gmp) |
| |
| | GridMap (std::shared_ptr< GridCell > prototype, const GridMapParams ¶ms=MapValues::gmp) |
| |
| virtual void | load_state (const std::vector< char > &) |
| |
| std::unique_ptr< GridCell > | new_cell () const |
| |
| double | occupancy (const Coord &area_id) const override |
| | Returns known information about the occupancy of a given area. More...
|
| |
| virtual std::vector< char > | save_state () const |
| |
| Point2D | cell_to_world (const Coord &cell) const |
| |
| virtual int | height () const |
| |
| Coord | internal2external (const Coord &coord) const |
| |
| RegularSquaresGrid & | operator= (const RegularSquaresGrid &grid)=default |
| |
| RegularSquaresGrid & | operator= (RegularSquaresGrid &&grid)=default |
| |
| | RegularSquaresGrid (int w, int h, double scale) |
| |
| | RegularSquaresGrid (const RegularSquaresGrid &grid)=default |
| |
| | RegularSquaresGrid (RegularSquaresGrid &&grid)=default |
| |
| virtual void | rescale (double) |
| |
| virtual double | scale () const |
| |
| virtual int | width () const |
| |
| Rectangle | world_cell_bounds (const Coord &coord) const |
| |
| Coord | world_to_cell (const Point2D &pt) const |
| |
| Coord | world_to_cell (double x, double y) const |
| |
| Coord | world_to_cell (double x, double y, double scale) const |
| |
| std::vector< Coord > | world_to_cells (const Segment2D &s) const |
| |
| virtual | ~RegularSquaresGrid ()=default |
| |
Definition at line 121 of file lazy_tiled_grid_map.h.
| bool UnboundedLazyTiledGridMap::has_cell |
( |
const Coord & |
| ) |
const |
|
inlineoverridevirtual |
| const GridCell& UnboundedLazyTiledGridMap::operator[] |
( |
const Coord & |
ec | ) |
const |
|
inlineoverridevirtual |
| void UnboundedLazyTiledGridMap::reset |
( |
const Coord & |
area_id, |
|
|
const GridCell & |
new_area |
|
) |
| |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: