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

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

Inheritance diagram for Dune::GeoGrid::Iterator< Traits, true >:
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 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_
 

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
protectedinherited
template<class Traits >
typedef EntityImpl::GeometryImpl Dune::GeoGrid::EntityPointer< Traits, true >::GeometryImpl
protectedinherited
template<class Traits >
typedef Traits::HostEntityPointer Dune::GeoGrid::EntityPointer< Traits, true >::HostEntityPointer
protectedinherited
template<class Traits >
typedef Traits::IteratorType Dune::GeoGrid::Iterator< Traits, true >::IteratorType

Constructor & Destructor Documentation

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

Member Function Documentation

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

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
staticinherited
template<class Traits >
HostElementIterator Dune::GeoGrid::EntityPointer< Traits, true >::hostElementIterator_
protectedinherited

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