dune-grid 2.9.0
|
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. 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... | |
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 |