dune-fem  2.4.1-rc
Public Types | Public Member Functions | List of all members
Dune::Fem::GeoIntersectionIterator< GridFamily > Class Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/gridpart/geogridpart/intersectioniterator.hh>

Public Types

typedef Dune::Intersection< const GridFamily, IntersectionImplTypeIntersection
 

Public Member Functions

 GeoIntersectionIterator ()=default
 
template<class Entity >
 GeoIntersectionIterator (const Entity &inside, HostIntersectionIteratorType hostIterator)
 
bool equals (const ThisType &other) const
 
void increment ()
 
Intersection dereference () const
 
const CoordFunctionType & coordFunction () const
 

Member Typedef Documentation

template<class GridFamily>
typedef Dune::Intersection< const GridFamily, IntersectionImplType > Dune::Fem::GeoIntersectionIterator< GridFamily >::Intersection

Constructor & Destructor Documentation

template<class GridFamily>
Dune::Fem::GeoIntersectionIterator< GridFamily >::GeoIntersectionIterator ( )
default
template<class GridFamily>
template<class Entity >
Dune::Fem::GeoIntersectionIterator< GridFamily >::GeoIntersectionIterator ( const Entity &  inside,
HostIntersectionIteratorType  hostIterator 
)
inline

Member Function Documentation

template<class GridFamily>
const CoordFunctionType& Dune::Fem::GeoIntersectionIterator< GridFamily >::coordFunction ( ) const
inline
template<class GridFamily>
Intersection Dune::Fem::GeoIntersectionIterator< GridFamily >::dereference ( ) const
inline
template<class GridFamily>
bool Dune::Fem::GeoIntersectionIterator< GridFamily >::equals ( const ThisType other) const
inline
template<class GridFamily>
void Dune::Fem::GeoIntersectionIterator< GridFamily >::increment ( )
inline

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