faunus
Public Types | Public Member Functions | List of all members
Faunus::CellList::Grid::AbstractGrid< TGridType > Struct Template Referenceabstract

Interface of a grid. More...

#include <celllistimpl.h>

Inheritance diagram for Faunus::CellList::Grid::AbstractGrid< TGridType >:
Inheritance graph
[legend]
Collaboration diagram for Faunus::CellList::Grid::AbstractGrid< TGridType >:
Collaboration graph
[legend]

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
 

Detailed Description

template<typename TGridType>
struct Faunus::CellList::Grid::AbstractGrid< TGridType >

Interface of a grid.

Template Parameters
TGridTypea cell grid types declaration

The documentation for this struct was generated from the following file: