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

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

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

List of all members.

Public Types

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

Public Member Functions

 EntityPointer (const GeometryImpl &geo, const HostElementIterator &hostElementIterator, int subEntity)
 EntityPointer (const Grid &grid, const HostElementIterator &hostElementIterator, int subEntity)
 EntityPointer (const Grid &grid, const HostElement &hostElement, int subEntity)
 EntityPointer (const Grid &grid, const EntitySeed &seed)
 EntityPointer (const EntityImpl &entity)
 EntityPointer (const This &other)
template<class T >
 EntityPointer (const EntityPointer< T, fake > &other)
const Thisoperator= (const This &other)
 operator const EntityPointerImp & () const
template<class T >
const Thisoperator= (const EntityPointer< T, fake > &other)
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 Traits::HostEntityPointer HostEntityPointer
typedef Traits::HostElementIterator HostElementIterator
typedef Traits::HostElement HostElement
typedef Traits::EntitySeed EntitySeed
typedef GeoGrid::Entity
< codimension, dimension,
const Grid > 
EntityImpl
typedef EntityImpl::GeometryImpl GeometryImpl

Protected Member Functions

EntityImplentityImpl () const
const HostElementIteratorhostElementIterator () const

Protected Attributes

HostElementIterator hostElementIterator_

Friends

class EntityPointer< BaseTraits, true >

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


Member Typedef Documentation

template<class Traits >
typedef Traits::Entity Dune::GeoGrid::EntityPointer< Traits, true >::Entity
template<class Traits >
typedef GeoGrid::Entity< codimension, dimension, const Grid > Dune::GeoGrid::EntityPointer< Traits, true >::EntityImpl [protected]
template<class Traits >
typedef EntityPointer< BaseTraits, fake > Dune::GeoGrid::EntityPointer< Traits, true >::EntityPointerImp
template<class Traits >
typedef Traits::EntitySeed Dune::GeoGrid::EntityPointer< Traits, true >::EntitySeed [protected]
template<class Traits >
typedef EntityImpl::GeometryImpl Dune::GeoGrid::EntityPointer< Traits, true >::GeometryImpl [protected]
template<class Traits >
typedef Traits::HostElement Dune::GeoGrid::EntityPointer< Traits, true >::HostElement [protected]
template<class Traits >
typedef Traits::HostElementIterator Dune::GeoGrid::EntityPointer< Traits, true >::HostElementIterator [protected]
template<class Traits >
typedef Traits::HostEntityPointer Dune::GeoGrid::EntityPointer< Traits, true >::HostEntityPointer [protected]

Constructor & Destructor Documentation

template<class Traits >
Dune::GeoGrid::EntityPointer< Traits, true >::EntityPointer ( const GeometryImpl geo,
const HostElementIterator hostElementIterator,
int  subEntity 
) [inline]
template<class Traits >
Dune::GeoGrid::EntityPointer< Traits, true >::EntityPointer ( const Grid &  grid,
const HostElementIterator hostElementIterator,
int  subEntity 
) [inline]
template<class Traits >
Dune::GeoGrid::EntityPointer< Traits, true >::EntityPointer ( const Grid &  grid,
const HostElement hostElement,
int  subEntity 
) [inline]
template<class Traits >
Dune::GeoGrid::EntityPointer< Traits, true >::EntityPointer ( const Grid &  grid,
const EntitySeed seed 
) [inline]
template<class Traits >
Dune::GeoGrid::EntityPointer< Traits, true >::EntityPointer ( const EntityImpl entity) [inline, explicit]
template<class Traits >
Dune::GeoGrid::EntityPointer< Traits, true >::EntityPointer ( const This other) [inline]
template<class Traits >
template<class T >
Dune::GeoGrid::EntityPointer< Traits, true >::EntityPointer ( const EntityPointer< T, fake > &  other) [inline, explicit]

Member Function Documentation

template<class Traits >
Entity& Dune::GeoGrid::EntityPointer< Traits, true >::dereference ( ) const [inline]
template<class Traits >
EntityImpl& Dune::GeoGrid::EntityPointer< Traits, true >::entityImpl ( ) const [inline, protected]

Referenced by operator=().

template<class Traits >
template<class T >
bool Dune::GeoGrid::EntityPointer< Traits, true >::equals ( const EntityPointer< T, fake > &  other) const [inline]
template<class Traits >
const Grid& Dune::GeoGrid::EntityPointer< Traits, true >::grid ( ) const [inline]
template<class Traits >
const HostElementIterator& Dune::GeoGrid::EntityPointer< Traits, true >::hostElementIterator ( ) const [inline, protected]
template<class Traits >
int Dune::GeoGrid::EntityPointer< Traits, true >::level ( ) const [inline]
template<class Traits >
Dune::GeoGrid::EntityPointer< Traits, true >::operator const EntityPointerImp & ( ) const [inline]
template<class Traits >
const This& Dune::GeoGrid::EntityPointer< Traits, true >::operator= ( const This other) [inline]
template<class Traits >
template<class T >
const This& Dune::GeoGrid::EntityPointer< Traits, true >::operator= ( const EntityPointer< T, fake > &  other) [inline]
template<class Traits >
int Dune::GeoGrid::EntityPointer< Traits, true >::subEntity ( ) const [inline]

Friends And Related Function Documentation

template<class Traits >
friend class EntityPointer< BaseTraits, true > [friend]

Member Data Documentation

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

Referenced by operator=().


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