dune-spgrid 2.8.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
Dune::SPIntersectionIterator< Grid > Class Template Reference

#include <dune/grid/spgrid/intersectioniterator.hh>

Public Types

typedef Dune::Intersection< Grid, IntersectionImplIntersection
 
typedef Intersection::Entity Entity
 
typedef IntersectionImpl::ElementInfo ElementInfo
 
typedef IntersectionImpl::GridLevel GridLevel
 

Public Member Functions

 SPIntersectionIterator ()=default
 
 SPIntersectionIterator (const ElementInfo &insideInfo, int face)
 
Intersection dereference () const
 
bool equals (const This &other) const
 
void increment ()
 
const ElementInfoinsideInfo () const
 

Member Typedef Documentation

◆ ElementInfo

template<class Grid >
typedef IntersectionImpl::ElementInfo Dune::SPIntersectionIterator< Grid >::ElementInfo

◆ Entity

template<class Grid >
typedef Intersection::Entity Dune::SPIntersectionIterator< Grid >::Entity

◆ GridLevel

template<class Grid >
typedef IntersectionImpl::GridLevel Dune::SPIntersectionIterator< Grid >::GridLevel

◆ Intersection

template<class Grid >
typedef Dune::Intersection< Grid, IntersectionImpl > Dune::SPIntersectionIterator< Grid >::Intersection

Constructor & Destructor Documentation

◆ SPIntersectionIterator() [1/2]

template<class Grid >
Dune::SPIntersectionIterator< Grid >::SPIntersectionIterator ( )
default

◆ SPIntersectionIterator() [2/2]

template<class Grid >
Dune::SPIntersectionIterator< Grid >::SPIntersectionIterator ( const ElementInfo insideInfo,
int  face 
)
inline

Member Function Documentation

◆ dereference()

template<class Grid >
Intersection Dune::SPIntersectionIterator< Grid >::dereference ( ) const
inline

◆ equals()

template<class Grid >
bool Dune::SPIntersectionIterator< Grid >::equals ( const This other) const
inline

◆ increment()

template<class Grid >
void Dune::SPIntersectionIterator< Grid >::increment ( )
inline

◆ insideInfo()

template<class Grid >
const ElementInfo & Dune::SPIntersectionIterator< Grid >::insideInfo ( ) const
inline

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