dune-geometry 3.0-git
Public Types | Public Member Functions | List of all members
Dune::ReferenceElementContainer< ctype, dim > Class Template Reference

#include <dune/geometry/referenceelements.hh>

Public Types

typedef ReferenceElement< ctype, dim > value_type
 
typedef const value_typeconst_iterator
 

Public Member Functions

 ReferenceElementContainer ()
 
const value_typeoperator() (const GeometryType &type) const
 
const value_typesimplex () const
 
const value_typecube () const
 
const value_typepyramid () const
 
const value_typeprism () const
 
const_iterator begin () const
 
const_iterator end () const
 

Member Typedef Documentation

◆ const_iterator

template<class ctype , int dim>
typedef const value_type* Dune::ReferenceElementContainer< ctype, dim >::const_iterator

◆ value_type

template<class ctype , int dim>
typedef ReferenceElement< ctype, dim > Dune::ReferenceElementContainer< ctype, dim >::value_type

Constructor & Destructor Documentation

◆ ReferenceElementContainer()

template<class ctype , int dim>
Dune::ReferenceElementContainer< ctype, dim >::ReferenceElementContainer ( )
inline

Member Function Documentation

◆ begin()

template<class ctype , int dim>
const_iterator Dune::ReferenceElementContainer< ctype, dim >::begin ( ) const
inline

◆ cube()

template<class ctype , int dim>
const value_type & Dune::ReferenceElementContainer< ctype, dim >::cube ( ) const
inline

◆ end()

template<class ctype , int dim>
const_iterator Dune::ReferenceElementContainer< ctype, dim >::end ( ) const
inline

◆ operator()()

template<class ctype , int dim>
const value_type & Dune::ReferenceElementContainer< ctype, dim >::operator() ( const GeometryType type) const
inline

◆ prism()

template<class ctype , int dim>
const value_type & Dune::ReferenceElementContainer< ctype, dim >::prism ( ) const
inline

◆ pyramid()

template<class ctype , int dim>
const value_type & Dune::ReferenceElementContainer< ctype, dim >::pyramid ( ) const
inline

◆ simplex()

template<class ctype , int dim>
const value_type & Dune::ReferenceElementContainer< ctype, dim >::simplex ( ) const
inline

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