|
dune-grid
2.6-git
|
Iterator over all entities of a given codimension and level of a grid. More...
#include <dune/grid/identitygrid/identitygridentity.hh>
Public Types | |
| enum | { codimension = codim } |
| typedef GridImp::template Codim< codim >::Entity | Entity |
Public Member Functions | |
| IdentityGridLevelIterator (const GridImp *identityGrid, int level) | |
| Constructor. More... | |
| IdentityGridLevelIterator (const GridImp *identityGrid, int level, bool endDummy) | |
| Constructor which create the end iterator. More... | |
| void | increment () |
| prefix increment More... | |
| Entity | dereference () const |
| dereferencing More... | |
| bool | equals (const IdentityGridLevelIterator &i) const |
| equality More... | |
Iterator over all entities of a given codimension and level of a grid.
| typedef GridImp::template Codim<codim>::Entity Dune::IdentityGridLevelIterator< codim, pitype, GridImp >::Entity |
| anonymous enum |
|
inlineexplicit |
Constructor.
|
inlineexplicit |
Constructor which create the end iterator.
| endDummy | Here only to distinguish it from the other constructor |
| identityGrid | pointer to IdentityGrid instance |
| level | grid level on which the iterator shall be created |
|
inline |
dereferencing
|
inline |
equality
|
inline |
prefix increment
1.8.13