|
dune-grid
2.2.1
|
#include <dune/grid/geometrygrid/intersectioniterator.hh>
Public Types | |
| typedef Traits::Intersection | Intersection |
| typedef GridTraits::Grid | Grid |
| typedef GridTraits::template Codim< 0 >::EntityPointer | EntityPointer |
Public Member Functions | |
| template<class Entity > | |
| IntersectionIterator (const Entity &inside, const HostIntersectionIterator &hostIterator) | |
| IntersectionIterator (const IntersectionIterator &other) | |
| IntersectionIterator & | operator= (const IntersectionIterator &other) |
| bool | equals (const IntersectionIterator &other) const |
| void | increment () |
| const Intersection & | dereference () const |
| typedef GridTraits::template Codim< 0 >::EntityPointer Dune::GeoGrid::IntersectionIterator< Traits >::EntityPointer |
| typedef GridTraits::Grid Dune::GeoGrid::IntersectionIterator< Traits >::Grid |
| typedef Traits::Intersection Dune::GeoGrid::IntersectionIterator< Traits >::Intersection |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.3.1