dune-mmesh (unstable)
Dune::MMeshInterfaceVertexIteratorImp< GridImp, dim > Class Template Reference
Forward declarations. More...
#include <dune/mmesh/grid/interfaceiterator.hh>
Public Member Functions | |
MMeshInterfaceVertexIteratorImp (const GridImp *mMesh, bool endDummy, bool includeBoundary) | |
Constructor which creates the end iterator. More... | |
void | increment () |
prefix increment | |
Vertex | dereference () const |
dereferencing | |
bool | equals (const MMeshInterfaceVertexIteratorImp &iter) const |
equality | |
Detailed Description
template<class GridImp, int dim>
class Dune::MMeshInterfaceVertexIteratorImp< GridImp, dim >
class Dune::MMeshInterfaceVertexIteratorImp< GridImp, dim >
Forward declarations.
Iterator over all interface vertices.
2D codim 1
Constructor & Destructor Documentation
◆ MMeshInterfaceVertexIteratorImp()
template<class GridImp , int dim>
|
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/interfaceiterator.hh
