dune-mmesh 1.4.1-git
Loading...
Searching...
No Matches
Dune::MMeshInterfaceIteratorImp< 1, GridImp, 3 > Class Template Reference

3D codim 1 More...

#include <dune/mmesh/grid/interfaceiterator.hh>

Public Types

typedef GridImp::template Codim< 1 >::Entity Entity
 

Public Member Functions

 MMeshInterfaceIteratorImp (const GridImp *mMesh, bool includeBoundary)
 
 MMeshInterfaceIteratorImp (const GridImp *mMesh, bool endDummy, bool includeBoundary)
 Constructor which creates the end iterator.
 
void increment ()
 prefix increment
 
Entity dereference () const
 dereferencing
 
bool equals (const MMeshInterfaceIteratorImp &iter) const
 equality
 

Detailed Description

template<class GridImp>
class Dune::MMeshInterfaceIteratorImp< 1, GridImp, 3 >

3D codim 1

Member Typedef Documentation

◆ Entity

template<class GridImp >
typedef GridImp::template Codim<1>::Entity Dune::MMeshInterfaceIteratorImp< 1, GridImp, 3 >::Entity

Constructor & Destructor Documentation

◆ MMeshInterfaceIteratorImp() [1/2]

template<class GridImp >
Dune::MMeshInterfaceIteratorImp< 1, GridImp, 3 >::MMeshInterfaceIteratorImp ( const GridImp *  mMesh,
bool  includeBoundary 
)
inlineexplicit

◆ MMeshInterfaceIteratorImp() [2/2]

template<class GridImp >
Dune::MMeshInterfaceIteratorImp< 1, GridImp, 3 >::MMeshInterfaceIteratorImp ( const GridImp *  mMesh,
bool  endDummy,
bool  includeBoundary 
)
inlineexplicit

Constructor which creates the end iterator.

Parameters
endDummyHere only to distinguish it from the other constructor
mMeshpointer to grid instance

Member Function Documentation

◆ dereference()

template<class GridImp >
Entity Dune::MMeshInterfaceIteratorImp< 1, GridImp, 3 >::dereference ( ) const
inline

dereferencing

◆ equals()

template<class GridImp >
bool Dune::MMeshInterfaceIteratorImp< 1, GridImp, 3 >::equals ( const MMeshInterfaceIteratorImp< 1, GridImp, 3 > &  iter) const
inline

equality

◆ increment()

template<class GridImp >
void Dune::MMeshInterfaceIteratorImp< 1, GridImp, 3 >::increment ( )
inline

prefix increment


The documentation for this class was generated from the following file: