dune-grid  2.3.1
Public Types | Public Member Functions | Static Public Attributes | Protected Types | Protected Member Functions | Protected Attributes | List of all members
Dune::GeoGrid::Iterator< Traits, false > Class Template Reference

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

Inheritance diagram for Dune::GeoGrid::Iterator< Traits, false >:
Inheritance graph

Public Types

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

Public Member Functions

template<class HostGridView >
 Iterator (const Grid &grid, const HostGridView &hostGridView, IteratorType type)
 
void increment ()
 
template<class T >
bool equals (const EntityPointer< T, fake > &other) const
 
Entitydereference () const
 
int level () const
 
const HostEntityIteratorhostIterator () const
 
const Grid & grid () 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::HostEntityIterator HostEntityIterator
 
typedef Traits::HostElement HostElement
 
typedef Traits::EntitySeed EntitySeed
 
typedef EntityImpl::GeometryImpl GeometryImpl
 

Protected Member Functions

EntityImplentityImpl () const
 

Protected Attributes

HostEntityIterator hostEntityIterator_
 

Member Typedef Documentation

template<class Traits >
typedef Traits::Entity Dune::GeoGrid::EntityPointer< Traits, false >::Entity
inherited
template<class Traits >
typedef Base::EntityImpl Dune::GeoGrid::Iterator< Traits, false >::EntityImpl
protected
template<class Traits >
typedef EntityPointer< BaseTraits, fake > Dune::GeoGrid::EntityPointer< Traits, false >::EntityPointerImp
inherited
template<class Traits >
typedef Traits::EntitySeed Dune::GeoGrid::EntityPointer< Traits, false >::EntitySeed
protectedinherited
template<class Traits >
typedef EntityImpl::GeometryImpl Dune::GeoGrid::EntityPointer< Traits, false >::GeometryImpl
protectedinherited
template<class Traits >
typedef Traits::HostElement Dune::GeoGrid::EntityPointer< Traits, false >::HostElement
protectedinherited
template<class Traits >
typedef Traits::HostEntityIterator Dune::GeoGrid::EntityPointer< Traits, false >::HostEntityIterator
protectedinherited
template<class Traits >
typedef Traits::HostEntityPointer Dune::GeoGrid::EntityPointer< Traits, false >::HostEntityPointer
protectedinherited
template<class Traits >
typedef Traits::IteratorType Dune::GeoGrid::Iterator< Traits, false >::IteratorType

Constructor & Destructor Documentation

template<class Traits >
template<class HostGridView >
Dune::GeoGrid::Iterator< Traits, false >::Iterator ( const Grid &  grid,
const HostGridView &  hostGridView,
IteratorType  type 
)
inline

Member Function Documentation

template<class Traits >
Entity& Dune::GeoGrid::EntityPointer< Traits, false >::dereference ( ) const
inlineinherited
template<class Traits >
EntityImpl& Dune::GeoGrid::EntityPointer< Traits, false >::entityImpl ( ) const
inlineprotectedinherited
template<class Traits >
template<class T >
bool Dune::GeoGrid::EntityPointer< Traits, false >::equals ( const EntityPointer< T, fake > &  other) const
inlineinherited
template<class Traits >
const Grid& Dune::GeoGrid::EntityPointer< Traits, false >::grid ( ) const
inlineinherited
template<class Traits >
const HostEntityIterator& Dune::GeoGrid::EntityPointer< Traits, false >::hostIterator ( ) const
inlineinherited
template<class Traits >
void Dune::GeoGrid::Iterator< Traits, false >::increment ( )
inline
template<class Traits >
int Dune::GeoGrid::EntityPointer< Traits, false >::level ( ) const
inlineinherited

Member Data Documentation

template<class Traits >
const int Dune::GeoGrid::EntityPointer< Traits, false >::codimension = Traits::codimension
staticinherited
template<class Traits >
const int Dune::GeoGrid::EntityPointer< Traits, false >::dimension = Traits::dimension
staticinherited
template<class Traits >
const bool Dune::GeoGrid::EntityPointer< Traits, false >::fake = Traits::fake
staticinherited
template<class Traits >
HostEntityIterator Dune::GeoGrid::EntityPointer< Traits, false >::hostEntityIterator_
protectedinherited

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