dune-mmesh (1.4)
Dune::MMeshIncidentFacetsIteratorImp< GridImp, 2 > Class Template Reference
Iterator over all incident facets. More...
#include <dune/mmesh/grid/incidentiterator.hh>
Public Member Functions | |
MMeshIncidentFacetsIteratorImp (const GridImp *mMesh, const HostGridVertex &hostEntity, bool endDummy) | |
Constructor which creates the end iterator. More... | |
void | increment () |
prefix increment | |
Entity | dereference () const |
dereferencing | |
bool | equals (const MMeshIncidentFacetsIteratorImp &iter) const |
equality | |
Detailed Description
template<class GridImp>
class Dune::MMeshIncidentFacetsIteratorImp< GridImp, 2 >
class Dune::MMeshIncidentFacetsIteratorImp< GridImp, 2 >
Iterator over all incident facets.
2D
Constructor & Destructor Documentation
◆ MMeshIncidentFacetsIteratorImp()
template<class GridImp >
|
inlineexplicit |
Constructor which creates the end iterator.
- Parameters
-
endDummy Here only to distinguish it from the other constructor mMesh pointer to grid instance
The documentation for this class was generated from the following file:
- dune/mmesh/grid/incidentiterator.hh
