dune-grid  2.3.0
Public Types | Public Member Functions | List of all members
Dune::GeoGrid::IntersectionIterator< Grid, HostIntersectionIterator > Class Template Reference

#include <dune/grid/geometrygrid/entity.hh>

Public Types

typedef Dune::Intersection
< Grid, IntersectionImpl
Intersection
 
typedef Traits::template Codim
< 0 >::EntityPointer 
EntityPointer
 

Public Member Functions

template<class Entity >
 IntersectionIterator (const Entity &inside, const HostIntersectionIterator &hostIterator)
 
 IntersectionIterator (const IntersectionIterator &other)
 
IntersectionIteratoroperator= (const IntersectionIterator &other)
 
bool equals (const IntersectionIterator &other) const
 
void increment ()
 
const Intersectiondereference () const
 

Member Typedef Documentation

template<class Grid , class HostIntersectionIterator >
typedef Traits::template Codim< 0 >::EntityPointer Dune::GeoGrid::IntersectionIterator< Grid, HostIntersectionIterator >::EntityPointer
template<class Grid , class HostIntersectionIterator >
typedef Dune::Intersection< Grid, IntersectionImpl > Dune::GeoGrid::IntersectionIterator< Grid, HostIntersectionIterator >::Intersection

Constructor & Destructor Documentation

template<class Grid , class HostIntersectionIterator >
template<class Entity >
Dune::GeoGrid::IntersectionIterator< Grid, HostIntersectionIterator >::IntersectionIterator ( const Entity inside,
const HostIntersectionIterator< Grid, HostIntersectionIterator > &  hostIterator 
)
inline
template<class Grid , class HostIntersectionIterator >
Dune::GeoGrid::IntersectionIterator< Grid, HostIntersectionIterator >::IntersectionIterator ( const IntersectionIterator< Grid, HostIntersectionIterator > &  other)
inline

Member Function Documentation

template<class Grid , class HostIntersectionIterator >
const Intersection& Dune::GeoGrid::IntersectionIterator< Grid, HostIntersectionIterator >::dereference ( ) const
inline
template<class Grid , class HostIntersectionIterator >
bool Dune::GeoGrid::IntersectionIterator< Grid, HostIntersectionIterator >::equals ( const IntersectionIterator< Grid, HostIntersectionIterator > &  other) const
inline
template<class Grid , class HostIntersectionIterator >
void Dune::GeoGrid::IntersectionIterator< Grid, HostIntersectionIterator >::increment ( )
inline
template<class Grid , class HostIntersectionIterator >
IntersectionIterator& Dune::GeoGrid::IntersectionIterator< Grid, HostIntersectionIterator >::operator= ( const IntersectionIterator< Grid, HostIntersectionIterator > &  other)
inline

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