dune-grid  2.2.1
Public Types | Public Member Functions | List of all members
Dune::GeoGrid::IntersectionIterator< Traits > Class Template Reference

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

Public Types

typedef Traits::Intersection Intersection
 
typedef GridTraits::Grid Grid
 
typedef GridTraits::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 Traits>
typedef GridTraits::template Codim< 0 >::EntityPointer Dune::GeoGrid::IntersectionIterator< Traits >::EntityPointer
template<class Traits>
typedef GridTraits::Grid Dune::GeoGrid::IntersectionIterator< Traits >::Grid
template<class Traits>
typedef Traits::Intersection Dune::GeoGrid::IntersectionIterator< Traits >::Intersection

Constructor & Destructor Documentation

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

Member Function Documentation

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

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