dune-fem
2.4.1-rc
|
Abstract index mapper interface. More...
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/storage/subarray.hh>
Public Types | |
typedef IM | IndexMapperType |
type of the implementation (Barton-Nackman) More... | |
typedef ThisType | IndexMapperInterfaceType |
type of the interface More... | |
Public Member Functions | |
unsigned int | operator[] (unsigned int index) const |
Maps an index onto another one. More... | |
unsigned int | range () const |
Returns the map's range. More... | |
unsigned int | size () const |
Returns the map's size. More... | |
Protected Member Functions | |
const IM & | asImp () const |
IM & | asImp () |
Static Protected Member Functions | |
static const IM & | asImp (const ThisType &other) |
static IM & | asImp (ThisType &other) |
Abstract index mapper interface.
typedef ThisType Dune::Fem::IndexMapperInterface< IM >::IndexMapperInterfaceType |
type of the interface
typedef IM Dune::Fem::IndexMapperInterface< IM >::IndexMapperType |
type of the implementation (Barton-Nackman)
|
inlinestaticprotectedinherited |
|
inlinestaticprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inline |
Maps an index onto another one.
|
inline |
Returns the map's range.
|
inline |
Returns the map's size.