|
dune-grid
2.2.0
|
#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 |
Reimplemented in Dune::GeoGrid::LevelIntersectionIterator< Grid >, and Dune::GeoGrid::LeafIntersectionIterator< Grid >.
| Dune::GeoGrid::IntersectionIterator< Traits >::IntersectionIterator | ( | const Entity & | inside, |
| const HostIntersectionIterator< Traits > & | hostIterator | ||
| ) | [inline] |
| Dune::GeoGrid::IntersectionIterator< Traits >::IntersectionIterator | ( | const IntersectionIterator< Traits > & | other | ) | [inline] |
| const Intersection& Dune::GeoGrid::IntersectionIterator< Traits >::dereference | ( | ) | const [inline] |
| bool Dune::GeoGrid::IntersectionIterator< Traits >::equals | ( | const IntersectionIterator< Traits > & | other | ) | const [inline] |
| void Dune::GeoGrid::IntersectionIterator< Traits >::increment | ( | ) | [inline] |
| IntersectionIterator& Dune::GeoGrid::IntersectionIterator< Traits >::operator= | ( | const IntersectionIterator< Traits > & | other | ) | [inline] |
1.7.6.1