![]() |
fpmas 1.6
|
#include <spatial_model.h>
Public Member Functions | |
bool | contains (CellType *, CellType *) const override |
std::size_t | radius (CellType *) const override |
virtual bool | contains (CellType *root, CellType *cell) const =0 |
virtual std::size_t | radius (CellType *origin) const =0 |
A range that does not contain any cell, not even the location cell.
CellType | type of cells on which the agent moves |
|
inlineoverridevirtual |
Always returns false: the range does not contain anything.
Implements fpmas::api::model::Range< CellType >.
|
inlineoverridevirtual |
Returns 0.
Implements fpmas::api::model::Range< CellType >.