dune-grid  2.2.0
Public Types
Dune::DefaultLeafGridViewTraits< GridImp, pitype >::Codim< cd >::Partition< pit > Struct Template Reference

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

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

List of all members.

Public Types

typedef Grid::template Codim
< cd >::template Partition
< pit >::LeafIterator 
Iterator
 iterator over a given codim and partition type

Detailed Description

template<class GridImp, PartitionIteratorType pitype>
template<int cd>
template<PartitionIteratorType pit>
struct Dune::DefaultLeafGridViewTraits< GridImp, pitype >::Codim< cd >::Partition< pit >

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


Member Typedef Documentation

template<class GridImp , PartitionIteratorType pitype>
template<int cd>
template<PartitionIteratorType pit>
typedef Grid :: template Codim< cd >:: template Partition< pit >:: LeafIterator Dune::DefaultLeafGridViewTraits< GridImp, pitype >::Codim< cd >::Partition< pit >::Iterator

iterator over a given codim and partition type


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