dune-grid  2.3beta2
Classes | Public Types | List of all members
Dune::GridView< ViewTraits >::Codim< cd > Struct Template Reference

A struct that collects all associated types of one implementation from the Traits class. More...

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

Classes

struct  Partition
 Define types needed to iterate over entities of a given partition type. More...

Public Types

typedef Traits::template Codim
< cd >::Iterator 
Iterator
 type of iterator returned by the grid view
typedef Traits::template Codim
< cd >::EntityPointer 
EntityPointer
 type of corresponding entity pointer
typedef Traits::template Codim
< cd >::Entity 
Entity
 type of corresponding entity
typedef Traits::template Codim
< cd >::Geometry 
Geometry
 type of the geometry implementation
typedef Traits::template Codim
< cd >::LocalGeometry 
LocalGeometry
 type of the implementation for local geometries

Detailed Description

template<class ViewTraits>
template<int cd>
struct Dune::GridView< ViewTraits >::Codim< cd >

A struct that collects all associated types of one implementation from the Traits class.

Member Typedef Documentation

template<class ViewTraits>
template<int cd>
typedef Traits :: template Codim<cd>:: Entity Dune::GridView< ViewTraits >::Codim< cd >::Entity

type of corresponding entity

template<class ViewTraits>
template<int cd>
typedef Traits :: template Codim<cd>:: EntityPointer Dune::GridView< ViewTraits >::Codim< cd >::EntityPointer

type of corresponding entity pointer

template<class ViewTraits>
template<int cd>
typedef Traits :: template Codim<cd>:: Geometry Dune::GridView< ViewTraits >::Codim< cd >::Geometry

type of the geometry implementation

template<class ViewTraits>
template<int cd>
typedef Traits :: template Codim<cd>:: Iterator Dune::GridView< ViewTraits >::Codim< cd >::Iterator

type of iterator returned by the grid view

template<class ViewTraits>
template<int cd>
typedef Traits :: template Codim<cd>:: LocalGeometry Dune::GridView< ViewTraits >::Codim< cd >::LocalGeometry

type of the implementation for local geometries


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