dune-fem  2.4.1-rc
Public Member Functions | Static Public Attributes | List of all members
Dune::Fem::MapGeometryType< dim, T > Struct Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/misc/mapgeomtype.hh>

Public Member Functions

 MapGeometryType (const T &value=T())
 constructor More...
 
const int & operator[] (const GeometryType &type) const
 return const reference to data More...
 
int & operator[] (const GeometryType &type)
 return const reference to data More...
 

Static Public Attributes

static const int dimension = dim
 dimension More...
 

Constructor & Destructor Documentation

template<int dim, class T >
Dune::Fem::MapGeometryType< dim, T >::MapGeometryType ( const T &  value = T())
inline

constructor

Member Function Documentation

template<int dim, class T >
const int& Dune::Fem::MapGeometryType< dim, T >::operator[] ( const GeometryType &  type) const
inline

return const reference to data

template<int dim, class T >
int& Dune::Fem::MapGeometryType< dim, T >::operator[] ( const GeometryType &  type)
inline

return const reference to data

Member Data Documentation

template<int dim, class T >
const int Dune::Fem::MapGeometryType< dim, T >::dimension = dim
static

dimension


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