This is the complete list of members for GridMap, including all inherited members.
| _cell_prototype | GridMap | private |
| cell_prototype() const | GridMap | inlineprotected |
| cell_to_world(const Coord &cell) const | RegularSquaresGrid | inline |
| Coord typedef | RegularSquaresGrid | |
| Dbl_Inf | RegularSquaresGrid | static |
| external2internal(const Coord &coord) const | RegularSquaresGrid | inlineprotected |
| GridMap(std::shared_ptr< GridCell > prototype, const GridMapParams ¶ms=MapValues::gmp) | GridMap | inline |
| has_cell(const Coord &c) const | RegularSquaresGrid | inlinevirtual |
| has_internal_cell(const Coord &c) const | RegularSquaresGrid | inlineprotected |
| height() const | RegularSquaresGrid | inlinevirtual |
| internal2external(const Coord &coord) const | RegularSquaresGrid | inline |
| load_state(const std::vector< char > &) | GridMap | inlinevirtual |
| new_cell() const | GridMap | inline |
| occupancy(const Coord &area_id) const override | GridMap | inlinevirtual |
| operator=(const RegularSquaresGrid &grid)=default | RegularSquaresGrid | |
| operator=(RegularSquaresGrid &&grid)=default | RegularSquaresGrid | |
| operator[](const Coord &coord) const =0 | GridMap | pure virtual |
| origin() const | RegularSquaresGrid | inlinevirtual |
| RegularSquaresGrid(int w, int h, double scale) | RegularSquaresGrid | inline |
| RegularSquaresGrid(const RegularSquaresGrid &grid)=default | RegularSquaresGrid | |
| RegularSquaresGrid(RegularSquaresGrid &&grid)=default | RegularSquaresGrid | |
| rescale(double) | RegularSquaresGrid | inlinevirtual |
| reset(const Coord &area_id, const GridCell &new_area) | GridMap | inlinevirtual |
| save_state() const | GridMap | inlinevirtual |
| scale() const | RegularSquaresGrid | inlinevirtual |
| set_height(unsigned h) | RegularSquaresGrid | inlineprotected |
| set_scale(double s) | RegularSquaresGrid | inlineprotected |
| set_width(unsigned w) | RegularSquaresGrid | inlineprotected |
| update(const Coord &area_id, const AreaOccupancyObservation &aoo) override | GridMap | inlinevirtual |
| width() const | RegularSquaresGrid | inlinevirtual |
| world_cell_bounds(const Coord &coord) const | RegularSquaresGrid | inline |
| world_to_cell(const Point2D &pt) const | RegularSquaresGrid | inline |
| world_to_cell(double x, double y) const | RegularSquaresGrid | inline |
| world_to_cell(double x, double y, double scale) const | RegularSquaresGrid | inline |
| world_to_cells(const Segment2D &s) const | RegularSquaresGrid | inline |
| ~RegularSquaresGrid()=default | RegularSquaresGrid | virtual |