|
dune-grid 2.10
|
YaspIntersectionIterator enables iteration over intersections with neighboring codim 0 entities. More...
#include <dune/grid/yaspgrid/yaspgridintersectioniterator.hh>
Public Types | |
| typedef Dune::YaspIntersection< GridImp > | IntersectionImp |
| typedef Dune::Intersection< GridImp, IntersectionImp > | Intersection |
Public Member Functions | |
| void | increment () |
| increment | |
| bool | equals (const YaspIntersectionIterator &other) const |
| equality | |
| const Intersection & | dereference () const |
| dereferencing | |
| YaspIntersectionIterator () | |
| YaspIntersectionIterator (const YaspEntity< 0, dim, GridImp > &myself, bool toend) | |
| make intersection iterator from entity | |
| YaspIntersectionIterator (const YaspIntersectionIterator &other) | |
| copy constructor | |
| YaspIntersectionIterator & | operator= (const YaspIntersectionIterator &other) |
| assignment | |
YaspIntersectionIterator enables iteration over intersections with neighboring codim 0 entities.
| typedef Dune::Intersection< GridImp, IntersectionImp > Dune::YaspIntersectionIterator< GridImp >::Intersection |
| typedef Dune::YaspIntersection< GridImp > Dune::YaspIntersectionIterator< GridImp >::IntersectionImp |
|
inline |
|
inline |
make intersection iterator from entity
|
inline |
copy constructor
|
inline |
dereferencing
|
inline |
equality
|
inline |
increment
|
inline |
assignment