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