|
dune-grid 2.10
|
Iterator over all entities of a given codimension and level of a grid. More...
#include <dune/grid/identitygrid/identitygridleveliterator.hh>
Public Types | |
| typedef GridImp::template Codim< codim >::Entity | Entity |
Public Member Functions | |
| IdentityGridLevelIterator (const GridImp *identityGrid, int level) | |
| Constructor. | |
| IdentityGridLevelIterator (const GridImp *identityGrid, int level, bool endDummy) | |
| Constructor which create the end iterator. | |
| void | increment () |
| prefix increment | |
| Entity | dereference () const |
| dereferencing | |
| bool | equals (const IdentityGridLevelIterator &i) const |
| equality | |
Static Public Attributes | |
| static constexpr int | codimension = codim |
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 |
|
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
|
staticconstexpr |