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 > | |
LevelIntersectionIterator (const Entity &inside, const HostIntersectionIterator &hostIterator) | |
bool | equals (const IntersectionIterator &other) const |
void | increment () |
const Intersection & | dereference () const |
typedef GridTraits::template Codim< 0 >::EntityPointer Dune::GeoGrid::IntersectionIterator< LevelIntersectionIteratorTraits< Grid > >::EntityPointer [inherited] |
typedef GridTraits::Grid Dune::GeoGrid::IntersectionIterator< LevelIntersectionIteratorTraits< Grid > >::Grid [inherited] |
typedef Traits :: Intersection Dune::GeoGrid::LevelIntersectionIterator< Grid >::Intersection |
Reimplemented from Dune::GeoGrid::IntersectionIterator< LevelIntersectionIteratorTraits< Grid > >.
Dune::GeoGrid::LevelIntersectionIterator< Grid >::LevelIntersectionIterator | ( | const Entity & | inside, |
const HostIntersectionIterator & | hostIterator | ||
) | [inline] |
const Intersection& Dune::GeoGrid::IntersectionIterator< LevelIntersectionIteratorTraits< Grid > >::dereference | ( | ) | const [inline, inherited] |
bool Dune::GeoGrid::IntersectionIterator< LevelIntersectionIteratorTraits< Grid > >::equals | ( | const IntersectionIterator< LevelIntersectionIteratorTraits< Grid > > & | other | ) | const [inline, inherited] |
void Dune::GeoGrid::IntersectionIterator< LevelIntersectionIteratorTraits< Grid > >::increment | ( | ) | [inline, inherited] |