![]() |
fpmas 1.6
|
#include <grid.h>
Public Member Functions | |
virtual CellType * | build (DiscretePoint location)=0 |
GridCellFactory API.
|
pure virtual |
Returns a pointer to a dynamically allocated GridCell, located at the specified location
.
More formally, the built GridCell is such that grid_cell->location() == location
.
location | grid cell location |
Implemented in fpmas::model::GridCellFactory< GridCellType >, and fpmas::model::GridCellFactory< CellType >.