#include <lazy_tiled_grid_map.h>
Public Member Functions | |
std::shared_ptr< GridCell > & | cell (const Coord &cell_coord) |
const std::shared_ptr< GridCell > & | cell (const Coord &cell_coord) const |
Tile (std::shared_ptr< GridCell > dflt) | |
Private Attributes | |
std::array< std::shared_ptr< GridCell >, Tile_Size *Tile_Size > | _cells |
Definition at line 87 of file lazy_tiled_grid_map.h.
|
inline |
Definition at line 88 of file lazy_tiled_grid_map.h.
Definition at line 92 of file lazy_tiled_grid_map.h.
|
inline |
Definition at line 97 of file lazy_tiled_grid_map.h.
Definition at line 102 of file lazy_tiled_grid_map.h.