1 #ifndef DUNE_GRID_INTERSECTIONITERATOR_HH
2 #define DUNE_GRID_INTERSECTIONITERATOR_HH
4 #include <dune/common/iteratorfacades.hh>
87 template<
class Gr
idImp,
template<
class>
class IntersectionIteratorImp,
template<
class>
class IntersectionImp>
88 class IntersectionIterator
90 #if DUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS
95 friend class GridDefaultImplementation<
96 GridImp::dimension, GridImp::dimensionworld,
97 typename GridImp::ctype,
98 typename GridImp::GridFamily> ;
148 return rhs.equals(*
this);
158 return ! rhs.equals(*
this);
197 #endif // DUNE_GRID_INTERSECTIONITERATOR_HH