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

#include <dune/grid/geometrygrid/intersectioniterator.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

◆ Intersection

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

Constructor & Destructor Documentation

◆ IntersectionIterator() [1/4]

template<class Grid , class HostIntersectionIterator >
Dune::GeoGrid::IntersectionIterator< Grid, HostIntersectionIterator >::IntersectionIterator ( )
inline

◆ IntersectionIterator() [2/4]

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

◆ IntersectionIterator() [3/4]

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

◆ IntersectionIterator() [4/4]

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

Member Function Documentation

◆ dereference()

template<class Grid , class HostIntersectionIterator >
Intersection Dune::GeoGrid::IntersectionIterator< Grid, HostIntersectionIterator >::dereference ( ) const
inline

◆ equals()

template<class Grid , class HostIntersectionIterator >
bool Dune::GeoGrid::IntersectionIterator< Grid, HostIntersectionIterator >::equals ( const IntersectionIterator< Grid, HostIntersectionIterator > &  other) const
inline

◆ increment()

template<class Grid , class HostIntersectionIterator >
void Dune::GeoGrid::IntersectionIterator< Grid, HostIntersectionIterator >::increment ( )
inline

◆ operator=() [1/2]

template<class Grid , class HostIntersectionIterator >
IntersectionIterator & Dune::GeoGrid::IntersectionIterator< Grid, HostIntersectionIterator >::operator= ( const IntersectionIterator< Grid, HostIntersectionIterator > &  other)
inline

◆ operator=() [2/2]

template<class Grid , class HostIntersectionIterator >
IntersectionIterator & Dune::GeoGrid::IntersectionIterator< Grid, HostIntersectionIterator >::operator= ( IntersectionIterator< Grid, HostIntersectionIterator > &&  other)
inline

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