dune-grid 2.9.0
Public Types | Public Member Functions | List of all members
Dune::IdentityGridLevelIntersectionIterator< GridImp > Class Template Reference

#include <dune/grid/identitygrid/identitygridintersectioniterator.hh>

Public Types

typedef Dune::Intersection< const GridImp, Dune::IdentityGridLevelIntersection< GridImp > > Intersection
 

Public Member Functions

 IdentityGridLevelIntersectionIterator ()
 
 IdentityGridLevelIntersectionIterator (const GridImp *identityGrid, const HostLevelIntersectionIterator &hostIterator)
 
bool equals (const IdentityGridLevelIntersectionIterator< GridImp > &other) const
 equality More...
 
void increment ()
 prefix increment More...
 
Intersection dereference () const
 dereferencing More...
 

Detailed Description

template<class GridImp>
class Dune::IdentityGridLevelIntersectionIterator< GridImp >
Todo:
Please doc me !

Member Typedef Documentation

◆ Intersection

template<class GridImp >
typedef Dune::Intersection<const GridImp, Dune::IdentityGridLevelIntersection<GridImp> > Dune::IdentityGridLevelIntersectionIterator< GridImp >::Intersection

Constructor & Destructor Documentation

◆ IdentityGridLevelIntersectionIterator() [1/2]

template<class GridImp >
Dune::IdentityGridLevelIntersectionIterator< GridImp >::IdentityGridLevelIntersectionIterator ( )
inline

◆ IdentityGridLevelIntersectionIterator() [2/2]

template<class GridImp >
Dune::IdentityGridLevelIntersectionIterator< GridImp >::IdentityGridLevelIntersectionIterator ( const GridImp *  identityGrid,
const HostLevelIntersectionIterator &  hostIterator 
)
inline

Member Function Documentation

◆ dereference()

template<class GridImp >
Intersection Dune::IdentityGridLevelIntersectionIterator< GridImp >::dereference ( ) const
inline

dereferencing

◆ equals()

template<class GridImp >
bool Dune::IdentityGridLevelIntersectionIterator< GridImp >::equals ( const IdentityGridLevelIntersectionIterator< GridImp > &  other) const
inline

equality

◆ increment()

template<class GridImp >
void Dune::IdentityGridLevelIntersectionIterator< GridImp >::increment ( )
inline

prefix increment


The documentation for this class was generated from the following files: