A strategy creates cells of the base tiny model (BaseTinyCell). More...
#include <tiny_grid_cells.h>
Public Member Functions | |
std::shared_ptr< GridCell > | create_cell () override |
A strategy creates cells of the base tiny model (BaseTinyCell).
This class is inherited from an abstract cell factory and generates cells with the base rule of the probability calculation.
Definition at line 54 of file tiny_grid_cells.h.
std::shared_ptr<GridCell> TinyBaseCellFactory::create_cell | ( | ) | [inline, override, virtual] |
Creates a pointer to an instance of BaseTinyCell.
Implements GridCellFactory.
Definition at line 59 of file tiny_grid_cells.h.