This is the complete list of members for LazyTiledGridMap, including all inherited members.
_tiles | LazyTiledGridMap | mutableprotected |
_tiles_nm_x | LazyTiledGridMap | protected |
_tiles_nm_y | LazyTiledGridMap | protected |
_unknown_cell | LazyTiledGridMap | private |
_unknown_tile | LazyTiledGridMap | private |
cell_internal(const Coord &ic) const | LazyTiledGridMap | inlineprotected |
cell_prototype() const | GridMap | inlineprotected |
cell_to_world(const Coord &cell) const | RegularSquaresGrid | inline |
Coord typedef | RegularSquaresGrid | |
Dbl_Inf | RegularSquaresGrid | static |
ensure_sole_owning(const Coord &area_id) | LazyTiledGridMap | inlineprotected |
external2internal(const Coord &coord) const | RegularSquaresGrid | inlineprotected |
extra_tiles_nm(int min, int val, int max) const | LazyTiledGridMap | 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 |
LazyTiledGridMap(std::shared_ptr< GridCell > prototype, const GridMapParams ¶ms=MapValues::gmp) | LazyTiledGridMap | 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 &c) const override | LazyTiledGridMap | inlinevirtual |
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) override | LazyTiledGridMap | 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 |
tile(const Coord &c) const | LazyTiledGridMap | inlineprivate |
Tile_Coord_Mask | LazyTiledGridMap | protectedstatic |
Tile_Size | LazyTiledGridMap | protectedstatic |
Tile_Size_Bits | LazyTiledGridMap | protectedstatic |
unknown_cell() const | LazyTiledGridMap | inlineprotected |
unknown_tile() | LazyTiledGridMap | inlineprotected |
update(const Coord &area_id, const AreaOccupancyObservation &aoo) override | LazyTiledGridMap | 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 |