dune-geometry  2.3.1
Classes | Public Types | Public Member Functions | List of all members
Dune::GenericReferenceElementContainer< ctype, dim > Class Template Reference

#include <dune/geometry/genericreferenceelements.hh>

Public Types

typedef
GenericReferenceElement< ctype,
dim > 
value_type
 
typedef const value_typeconst_iterator
 

Public Member Functions

 GenericReferenceElementContainer ()
 
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
 

Detailed Description

template<class ctype, int dim>
class Dune::GenericReferenceElementContainer< ctype, dim >

Deprecated:
GenericReferenceElementContainer was renamed to ReferenceElementContainer. The class with the old name will be removed after Dune 2.3.

Member Typedef Documentation

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

Constructor & Destructor Documentation

template<class ctype , int dim>
Dune::GenericReferenceElementContainer< ctype, dim >::GenericReferenceElementContainer ( )
inline
Deprecated:
"GenericReferenceElementContainer was renamed to ReferenceElementContainer."

Member Function Documentation

template<class ctype , int dim>
const_iterator Dune::GenericReferenceElementContainer< ctype, dim >::begin ( ) const
inline
template<class ctype , int dim>
const value_type& Dune::GenericReferenceElementContainer< ctype, dim >::cube ( ) const
inline
template<class ctype , int dim>
const_iterator Dune::GenericReferenceElementContainer< ctype, dim >::end ( ) const
inline
template<class ctype , int dim>
const value_type& Dune::GenericReferenceElementContainer< ctype, dim >::operator() ( const GeometryType type) const
inline
template<class ctype , int dim>
const value_type& Dune::GenericReferenceElementContainer< ctype, dim >::prism ( ) const
inline
template<class ctype , int dim>
const value_type& Dune::GenericReferenceElementContainer< ctype, dim >::pyramid ( ) const
inline
template<class ctype , int dim>
const value_type& Dune::GenericReferenceElementContainer< ctype, dim >::simplex ( ) const
inline

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