|
| bool | isNeighborCell (const CellCoord &coordinates, const CellCoord &offset) const |
| | Verifies if offseted coordinates are valid. More...
|
| |
| CellCoord | coordinates (const CellIndex index) const override |
| | Compute the cell coordinates from the cell index. More...
|
| |
| CellIndex | index (const CellCoord &coordinates) const override |
| | Compute the cell index from the cell coordinates. More...
|
| |
| CellCoord | coordinatesAt (const Point &position) const override |
| | Compute cell coordinates from a spatial position. More...
|
| |
| CellIndex | indexAt (const Point &position) const override |
| | Compute the cell index from the spatial position. More...
|
| |
| bool | isCell (const CellCoord &coordinates) const override |
| | Verifies if coordinates are valid in the grid. More...
|
| |
| bool | isCellAt (const Point &point) const override |
| | Verifies if spatial coordinates are in the box. More...
|
| |
| CellIndex | size () const override |
| |
| | GridBase (const Point &box, SpaceAxis minimal_cell_dimension) |
| |
|
virtual bool | isNeighborCell (const CellCoord &coordinates, const CellCoord &offset) const =0 |
| |
template<typename TGridType>
class Faunus::CellList::Grid::FixedBoundaryGrid< TGridType >
Fixed boundary conditions.
- Template Parameters
-
| TGridType | a cell grid type declaration |