|
dune-mmesh 1.4.1-git
|
Iterator over the descendants of an entity.Mesh entities of codimension 0 ("elements") allow to visit all entities of codimension 0 obtained through nested, hierarchic refinement of the entity. Iteration over this set of entities is provided by the HierarchicIterator, starting from a given entity. More...
#include <dune/mmesh/grid/hierarchiciterator.hh>
Public Types | |
| enum | { codimension = 0 } |
| typedef GridImp::template Codim< 0 >::Entity | Entity |
Public Member Functions | |
| MMeshHierarchicIterator (const GridImp *mMesh, const Entity &startEntity, int maxLevel) | |
| the default constructor of the iterator | |
| MMeshHierarchicIterator (const GridImp *mMesh, const Entity &startEntity, int maxLevel, bool endDummy) | |
| the constructor of the end iterator | |
| void | increment () |
| increment iterator | |
| Entity | dereference () const |
| dereference iterator | |
| bool | equals (const MMeshHierarchicIterator &other) const |
| compare iterators | |
Detailed Description
class Dune::MMeshHierarchicIterator< GridImp >
Iterator over the descendants of an entity.
Mesh entities of codimension 0 ("elements") allow to visit all entities of codimension 0 obtained through nested, hierarchic refinement of the entity. Iteration over this set of entities is provided by the HierarchicIterator, starting from a given entity.
Member Typedef Documentation
◆ Entity
| typedef GridImp::template Codim<0>::Entity Dune::MMeshHierarchicIterator< GridImp >::Entity |
Member Enumeration Documentation
◆ anonymous enum
Constructor & Destructor Documentation
◆ MMeshHierarchicIterator() [1/2]
|
inlineexplicit |
the default constructor of the iterator
◆ MMeshHierarchicIterator() [2/2]
|
inlineexplicit |
the constructor of the end iterator
Member Function Documentation
◆ dereference()
|
inline |
dereference iterator
◆ equals()
|
inline |
compare iterators
◆ increment()
|
inline |
increment iterator
The documentation for this class was generated from the following files:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8