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

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

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

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
void compactify ()
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 Traits::HostEntityPointer HostEntityPointer
typedef Traits::HostEntityIterator HostEntityIterator
typedef Traits::HostElement HostElement
typedef Traits::EntitySeed EntitySeed

Protected Member Functions

void releaseEntity ()
Grid::Traits::template
EntityAllocator< codimension > & 
entityAllocator () const

Protected Attributes

HostEntityIterator hostEntityIterator_

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


Member Typedef Documentation

template<class Traits >
typedef Traits::Entity Dune::GeoGrid::EntityPointer< Traits, false >::Entity [inherited]
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 [protected, inherited]
template<class Traits >
typedef Traits::HostElement Dune::GeoGrid::EntityPointer< Traits, false >::HostElement [protected, inherited]
template<class Traits >
typedef Traits::HostEntityIterator Dune::GeoGrid::EntityPointer< Traits, false >::HostEntityIterator [protected, inherited]
template<class Traits >
typedef Traits::HostEntityPointer Dune::GeoGrid::EntityPointer< Traits, false >::HostEntityPointer [protected, inherited]
template<class Traits >
typedef Traits::IteratorType Dune::GeoGrid::Iterator< Traits, false >::IteratorType

Constructor & Destructor Documentation

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

Member Function Documentation

template<class Traits >
void Dune::GeoGrid::EntityPointer< Traits, false >::compactify ( ) [inline, inherited]
template<class Traits >
Entity& Dune::GeoGrid::EntityPointer< Traits, false >::dereference ( ) const [inline, inherited]
template<class Traits >
Grid::Traits::template EntityAllocator< codimension >& Dune::GeoGrid::EntityPointer< Traits, false >::entityAllocator ( ) const [inline, protected, inherited]
template<class Traits >
template<class T >
bool Dune::GeoGrid::EntityPointer< Traits, false >::equals ( const EntityPointer< T, fake > &  other) const [inline, inherited]
template<class Traits >
const Grid& Dune::GeoGrid::EntityPointer< Traits, false >::grid ( ) const [inline, inherited]
template<class Traits >
const HostEntityIterator& Dune::GeoGrid::EntityPointer< Traits, false >::hostIterator ( ) const [inline, inherited]
template<class Traits >
void Dune::GeoGrid::Iterator< Traits, false >::increment ( ) [inline]
template<class Traits >
int Dune::GeoGrid::EntityPointer< Traits, false >::level ( ) const [inline, inherited]
template<class Traits >
Dune::GeoGrid::EntityPointer< Traits, false >::operator const EntityPointerImp & ( ) const [inline, inherited]
template<class Traits >
void Dune::GeoGrid::EntityPointer< Traits, false >::releaseEntity ( ) [inline, protected, inherited]

Member Data Documentation

template<class Traits >
const int Dune::GeoGrid::EntityPointer< Traits, false >::codimension = Traits::codimension [static, inherited]
template<class Traits >
const int Dune::GeoGrid::EntityPointer< Traits, false >::dimension = Traits::dimension [static, inherited]
template<class Traits >
const bool Dune::GeoGrid::EntityPointer< Traits, false >::fake = Traits::fake [static, inherited]
template<class Traits >
HostEntityIterator Dune::GeoGrid::EntityPointer< Traits, false >::hostEntityIterator_ [protected, inherited]

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