3 #ifndef DUNE_ALBERTA_INTERSECTIONITERATOR_HH
4 #define DUNE_ALBERTA_INTERSECTIONITERATOR_HH
23 template<
class Gr
idImp >
40 template<
class EntityImp >
45 template<
class EntityImp >
51 : intersection_( other.intersectionImp() )
56 intersectionImp() = other.intersectionImp();
67 return (intersectionImp() == other.intersectionImp());
72 intersectionImp().
next();
76 const IntersectionImp &intersectionImp ()
const
78 return GridImp::getRealImplementation( intersection_ );
81 IntersectionImp &intersectionImp ()
83 return GridImp::getRealImplementation( intersection_ );
91 #endif // #if HAVE_ALBERTA
93 #endif // #ifndef DUNE_ALBERTA_INTERSECTIONITERATOR_HH