dune-grid  3.0-git
Public Types | List of all members
Dune::EntityPointer< GridImp, IteratorImp >::Codim< cd > Struct Template Reference

EntityPointer types of the different codimensions. More...

#include <dune/grid/common/entitypointer.hh>

Public Types

typedef GridImp::template Codim< cd >::EntityPointer EntityPointer
 
typedef GridImp::template Codim< cd >::Entity Entity
 

Detailed Description

template<class GridImp, class IteratorImp>
template<int cd>
struct Dune::EntityPointer< GridImp, IteratorImp >::Codim< cd >

EntityPointer types of the different codimensions.

Member Typedef Documentation

◆ Entity

template<class GridImp, class IteratorImp>
template<int cd>
typedef GridImp::template Codim<cd>::Entity Dune::EntityPointer< GridImp, IteratorImp >::Codim< cd >::Entity

◆ EntityPointer

template<class GridImp, class IteratorImp>
template<int cd>
typedef GridImp::template Codim<cd>::EntityPointer Dune::EntityPointer< GridImp, IteratorImp >::Codim< cd >::EntityPointer

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