dune-grid  2.2.0
Public Types | Public Member Functions | Static Public Attributes | Protected Types | Protected Member Functions | Protected Attributes
Dune::GeoGrid::Iterator< Traits, true > Class Template Reference

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

Inheritance diagram for Dune::GeoGrid::Iterator< Traits, true >:
Dune::GeoGrid::EntityPointer< Traits, true >

List of all members.

Public Types

typedef Traits::IteratorType IteratorType
typedef Traits::Entity Entity
typedef EntityPointer
< BaseTraits, fake
EntityPointerImp

Public Member Functions

 Iterator (const Grid &grid, int level, IteratorType type)
void increment ()
 operator const EntityPointerImp & () const
template<class T >
bool equals (const EntityPointer< T, fake > &other) const
Entitydereference () const
int level () const
const Grid & grid () const
int subEntity () const

Static Public Attributes

static const int dimension = Traits::dimension
static const int codimension = Traits::codimension
static const bool fake = Traits::fake

Protected Types

typedef Base::EntityImpl EntityImpl
typedef Traits::HostEntityPointer HostEntityPointer
typedef Traits::EntitySeed EntitySeed
typedef EntityImpl::GeometryImpl GeometryImpl

Protected Member Functions

EntityImplentityImpl () const
const HostElementIteratorhostElementIterator () const

Protected Attributes

HostElementIterator hostElementIterator_

template<class Traits>
class Dune::GeoGrid::Iterator< Traits, true >


Member Typedef Documentation

template<class Traits >
typedef Traits::Entity Dune::GeoGrid::EntityPointer< Traits, true >::Entity [inherited]
template<class Traits >
typedef Base::EntityImpl Dune::GeoGrid::Iterator< Traits, true >::EntityImpl [protected]
template<class Traits >
typedef EntityPointer< BaseTraits, fake > Dune::GeoGrid::EntityPointer< Traits, true >::EntityPointerImp [inherited]
template<class Traits >
typedef Traits::EntitySeed Dune::GeoGrid::EntityPointer< Traits, true >::EntitySeed [protected, inherited]
template<class Traits >
typedef EntityImpl::GeometryImpl Dune::GeoGrid::EntityPointer< Traits, true >::GeometryImpl [protected, inherited]
template<class Traits >
typedef Traits::HostEntityPointer Dune::GeoGrid::EntityPointer< Traits, true >::HostEntityPointer [protected, inherited]
template<class Traits >
typedef Traits::IteratorType Dune::GeoGrid::Iterator< Traits, true >::IteratorType

Constructor & Destructor Documentation

template<class Traits >
Dune::GeoGrid::Iterator< Traits, true >::Iterator ( const Grid &  grid,
int  level,
IteratorType  type 
) [inline]

Member Function Documentation

template<class Traits >
Entity& Dune::GeoGrid::EntityPointer< Traits, true >::dereference ( ) const [inline, inherited]
template<class Traits >
EntityImpl& Dune::GeoGrid::EntityPointer< Traits, true >::entityImpl ( ) const [inline, protected, inherited]
template<class Traits >
template<class T >
bool Dune::GeoGrid::EntityPointer< Traits, true >::equals ( const EntityPointer< T, fake > &  other) const [inline, inherited]
template<class Traits >
const Grid& Dune::GeoGrid::EntityPointer< Traits, true >::grid ( ) const [inline, inherited]
template<class Traits >
const HostElementIterator& Dune::GeoGrid::EntityPointer< Traits, true >::hostElementIterator ( ) const [inline, protected, inherited]
template<class Traits >
void Dune::GeoGrid::Iterator< Traits, true >::increment ( ) [inline]
template<class Traits >
int Dune::GeoGrid::EntityPointer< Traits, true >::level ( ) const [inline, inherited]
template<class Traits >
Dune::GeoGrid::EntityPointer< Traits, true >::operator const EntityPointerImp & ( ) const [inline, inherited]
template<class Traits >
int Dune::GeoGrid::EntityPointer< Traits, true >::subEntity ( ) const [inline, inherited]

Member Data Documentation

template<class Traits >
const int Dune::GeoGrid::Iterator< Traits, true >::codimension = Traits::codimension [static]
template<class Traits >
const int Dune::GeoGrid::Iterator< Traits, true >::dimension = Traits::dimension [static]
template<class Traits >
const bool Dune::GeoGrid::EntityPointer< Traits, true >::fake = Traits::fake [static, inherited]
template<class Traits >
HostElementIterator Dune::GeoGrid::EntityPointer< Traits, true >::hostElementIterator_ [protected, inherited]

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