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