- Home
- About DUNE
- Download
- Documentation
- Community
- Development
Class that wraps IntersectionIteratorImp of a grid and gets it's internal object from a object stack hold by the grid. More...
#include <dune/grid/alugrid/common/intersectioniteratorwrapper.hh>
Public Types | |
enum | { dimension = GridImp :: dimension } |
dimension More... | |
enum | { dimensionworld = GridImp :: dimensionworld } |
dimensionworld More... | |
typedef Dune::Intersection < const GridImp, Dune::LevelIntersectionWrapper > | Intersection |
typedef GridImp::ctype | ctype |
define type used for coordinates in grid module | |
typedef GridImp::template Codim< 0 >::Entity | Entity |
Entity type. | |
typedef GridImp::template Codim< 0 >::EntityPointer | EntityPointer |
type of EntityPointer | |
typedef GridImp::template Codim< 1 >::Geometry | Geometry |
type of intersectionGlobal | |
typedef GridImp::template Codim< 1 >::LocalGeometry | LocalGeometry |
type of intersection*Local | |
typedef FieldVector< ctype, dimensionworld > | NormalType |
type of normal vector | |
Public Member Functions | |
template<class EntityImp > | |
LevelIntersectionIteratorWrapper (const EntityImp &en, int wLevel, bool end) | |
constructor called from the ibegin and iend method | |
LevelIntersectionIteratorWrapper (const ThisType &org) | |
The copy constructor. | |
ThisType & | operator= (const ThisType &org) |
the f*cking assignment operator | |
const Intersection & | dereference () const |
return reference to intersection | |
bool | equals (const ThisType &i) const |
the equality method | |
void | increment () |
increment iterator | |
Protected Member Functions | |
IntersectionImp & | impl () |
const IntersectionImp & | impl () const |
Protected Attributes | |
Intersection | intersection_ |
Class that wraps IntersectionIteratorImp of a grid and gets it's internal object from a object stack hold by the grid.
typedef GridImp :: ctype Dune::LevelIntersectionIteratorWrapper< GridImp >::ctype |
define type used for coordinates in grid module
typedef GridImp::template Codim<0>::Entity Dune::LevelIntersectionIteratorWrapper< GridImp >::Entity |
Entity type.
typedef GridImp::template Codim<0>::EntityPointer Dune::LevelIntersectionIteratorWrapper< GridImp >::EntityPointer |
type of EntityPointer
typedef GridImp::template Codim<1>::Geometry Dune::LevelIntersectionIteratorWrapper< GridImp >::Geometry |
type of intersectionGlobal
typedef Dune :: Intersection< const GridImp, Dune :: LevelIntersectionWrapper > Dune::LevelIntersectionIteratorWrapper< GridImp >::Intersection |
typedef GridImp::template Codim<1>::LocalGeometry Dune::LevelIntersectionIteratorWrapper< GridImp >::LocalGeometry |
type of intersection*Local
typedef FieldVector<ctype , dimensionworld> Dune::LevelIntersectionIteratorWrapper< GridImp >::NormalType |
type of normal vector
Dune::LevelIntersectionIteratorWrapper< GridImp >::LevelIntersectionIteratorWrapper | ( | const EntityImp & | en, | |
int | wLevel, | |||
bool | end | |||
) | [inline] |
constructor called from the ibegin and iend method
Dune::LevelIntersectionIteratorWrapper< GridImp >::LevelIntersectionIteratorWrapper | ( | const ThisType & | org | ) | [inline] |
The copy constructor.
const Intersection& Dune::LevelIntersectionIteratorWrapper< GridImp >::dereference | ( | ) | const [inline] |
return reference to intersection
References Dune::LevelIntersectionIteratorWrapper< GridImp >::intersection_.
bool Dune::LevelIntersectionIteratorWrapper< GridImp >::equals | ( | const ThisType & | i | ) | const [inline] |
the equality method
References Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::equals(), and Dune::LevelIntersectionIteratorWrapper< GridImp >::impl().
IntersectionImp& Dune::LevelIntersectionIteratorWrapper< GridImp >::impl | ( | ) | [inline, protected] |
const IntersectionImp& Dune::LevelIntersectionIteratorWrapper< GridImp >::impl | ( | ) | const [inline, protected] |
void Dune::LevelIntersectionIteratorWrapper< GridImp >::increment | ( | ) | [inline] |
increment iterator
References Dune::LevelIntersectionIteratorWrapper< GridImp >::impl(), and Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::increment().
ThisType& Dune::LevelIntersectionIteratorWrapper< GridImp >::operator= | ( | const ThisType & | org | ) | [inline] |
the f*cking assignment operator
References Dune::LevelIntersectionIteratorWrapper< GridImp >::impl().
Intersection Dune::LevelIntersectionIteratorWrapper< GridImp >::intersection_ [protected] |
Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].