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

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

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

List of all members.

Public Types

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

Public Member Functions

 EntityPointer (const Grid &grid, const HostEntityIterator &hostEntityIterator)
 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)
 ~EntityPointer ()
Thisoperator= (const This &other)
 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_

Friends

class EntityPointer< BaseTraits, false >

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


Member Typedef Documentation

template<class Traits >
typedef Traits::Entity Dune::GeoGrid::EntityPointer< Traits, false >::Entity
template<class Traits >
typedef EntityPointer< BaseTraits, fake > Dune::GeoGrid::EntityPointer< Traits, false >::EntityPointerImp
template<class Traits >
typedef Traits::EntitySeed Dune::GeoGrid::EntityPointer< Traits, false >::EntitySeed [protected]
template<class Traits >
typedef Traits::HostElement Dune::GeoGrid::EntityPointer< Traits, false >::HostElement [protected]
template<class Traits >
typedef Traits::HostEntityIterator Dune::GeoGrid::EntityPointer< Traits, false >::HostEntityIterator [protected]
template<class Traits >
typedef Traits::HostEntityPointer Dune::GeoGrid::EntityPointer< Traits, false >::HostEntityPointer [protected]

Constructor & Destructor Documentation

template<class Traits >
Dune::GeoGrid::EntityPointer< Traits, false >::EntityPointer ( const Grid &  grid,
const HostEntityIterator hostEntityIterator 
) [inline]
template<class Traits >
Dune::GeoGrid::EntityPointer< Traits, false >::EntityPointer ( const Grid &  grid,
const HostElement hostElement,
int  subEntity 
) [inline]
template<class Traits >
Dune::GeoGrid::EntityPointer< Traits, false >::EntityPointer ( const Grid &  grid,
const EntitySeed seed 
) [inline]
template<class Traits >
Dune::GeoGrid::EntityPointer< Traits, false >::EntityPointer ( const EntityImpl &  entity) [inline]
template<class Traits >
Dune::GeoGrid::EntityPointer< Traits, false >::EntityPointer ( const This other) [inline]
template<class Traits >
template<class T >
Dune::GeoGrid::EntityPointer< Traits, false >::EntityPointer ( const EntityPointer< T, fake > &  other) [inline, explicit]
template<class Traits >
Dune::GeoGrid::EntityPointer< Traits, false >::~EntityPointer ( ) [inline]

Member Function Documentation

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

References hostEntityIterator_.

template<class Traits >
void Dune::GeoGrid::EntityPointer< Traits, false >::releaseEntity ( ) [inline, protected]

Friends And Related Function Documentation

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

Member Data Documentation

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

Referenced by operator=().


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