![]() |
fpmas 1.6
|
#include <grid.h>
Public Member Functions | |
GridCellType * | build (DiscretePoint location) override |
virtual GridCell * | build (DiscretePoint location)=0 |
api::model::GridCellFactory implementation.
GridCellType | type of cells to build. A custom user defined grid cell type can be provided. |
|
inlineoverridevirtual |
Build a new api::model::GridCell using the following statement:
location | grid cell coordinates |
Implements fpmas::api::model::GridCellFactory< GridCell >.