dune-grid  2.4.1-rc2
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, IntersectionImplIntersection
 

Public Member Functions

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

Member Typedef Documentation

template<class Grid , class HostIntersectionIterator >
typedef Dune::Intersection< Grid, IntersectionImpl > Dune::GeoGrid::IntersectionIterator< Grid, HostIntersectionIterator >::Intersection

Constructor & Destructor Documentation

template<class Grid , class HostIntersectionIterator >
Dune::GeoGrid::IntersectionIterator< Grid, HostIntersectionIterator >::IntersectionIterator ( )
inline
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
template<class Grid , class HostIntersectionIterator >
Dune::GeoGrid::IntersectionIterator< Grid, HostIntersectionIterator >::IntersectionIterator ( IntersectionIterator< Grid, HostIntersectionIterator > &&  other)
inline

Member Function Documentation

template<class Grid , class HostIntersectionIterator >
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
template<class Grid , class HostIntersectionIterator >
IntersectionIterator& Dune::GeoGrid::IntersectionIterator< Grid, HostIntersectionIterator >::operator= ( IntersectionIterator< Grid, HostIntersectionIterator > &&  other)
inline

References move.


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