A strategy creates cells with the average probability calculation rule (AvgTinyCell). More...
#include <tiny_grid_cells.h>
Public Member Functions | |
std::shared_ptr< GridCell > | create_cell () override |
A strategy creates cells with the average probability calculation rule (AvgTinyCell).
This class is inherited from an abstract cell factory and generates cells with the AvgTinyCell model of the probability calculation.
Definition at line 104 of file tiny_grid_cells.h.
|
inlineoverridevirtual |
Creates a pointer to an instance of AvgTinyCell.
Implements GridCellFactory.
Definition at line 109 of file tiny_grid_cells.h.