|
faunus
|
Interface of a grid. More...
#include <celllistimpl.h>


Public Types | |
| using | GridType = TGridType |
Public Member Functions | |
| virtual CellCoord | coordinates (CellIndex index) const =0 |
| virtual CellIndex | index (const CellCoord &coordinates) const =0 |
| virtual CellCoord | coordinatesAt (const Point &position) const =0 |
| virtual CellIndex | indexAt (const Point &position) const =0 |
| virtual bool | isCell (const CellCoord &coordinates) const =0 |
| virtual bool | isCellAt (const Point &point) const =0 |
| virtual CellIndex | size () const =0 |
Interface of a grid.
| TGridType | a cell grid types declaration |
1.8.13