|
dune-foamgrid 2.8.0
|
Iterator over all entities of a given codimension and level of a grid. More...
#include <dune/foamgrid/foamgrid/foamgridleafiterator.hh>
Public Types | |
| enum | { codimension = codim } |
| using | Entity = typename GridImp::template Codim< codim >::Entity |
Public Member Functions | |
| FoamGridLeafIterator (const GridImp &grid) | |
| FoamGridLeafIterator () | |
| Default constructor. More... | |
| void | increment () |
| prefix increment More... | |
| const Entity & | dereference () const |
| dereferencing More... | |
| bool | equals (const FoamGridLeafIterator< codim, pitype, GridImp > &other) const |
| equality More... | |
Iterator over all entities of a given codimension and level of a grid.
| using Dune::FoamGridLeafIterator< codim, pitype, GridImp >::Entity = typename GridImp::template Codim<codim>::Entity |
| anonymous enum |
|
inline |
|
inline |
Default constructor.
|
inline |
dereferencing
|
inline |
equality
|
inline |
prefix increment