|
dune-grid
2.3.1
|
#include <dune/grid/geometrygrid/entitypointer.hh>

Public Types | |
| typedef Traits::Entity | Entity |
| typedef EntityPointer < BaseTraits, fake > | EntityPointerImp |
Public Member Functions | |
| EntityPointer (const GeometryImpl &geo, const HostEntityIterator &hostEntityIterator) | |
| 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) | |
| const This & | operator= (const This &other) |
| template<class T > | |
| const This & | operator= (const EntityPointer< T, fake > &other) |
| template<class T > | |
| bool | equals (const EntityPointer< T, fake > &other) const |
| Entity & | dereference () const |
| int | level () const |
| const HostEntityIterator & | hostIterator () 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 |
| typedef GeoGrid::Entity < codimension, dimension, const Grid > | EntityImpl |
| typedef EntityImpl::GeometryImpl | GeometryImpl |
Protected Member Functions | |
| EntityImpl & | entityImpl () const |
Protected Attributes | |
| HostEntityIterator | hostEntityIterator_ |
Friends | |
| class | EntityPointer< BaseTraits, false > |
| typedef Traits::Entity Dune::GeoGrid::EntityPointer< Traits, false >::Entity |
|
protected |
| typedef EntityPointer< BaseTraits, fake > Dune::GeoGrid::EntityPointer< Traits, false >::EntityPointerImp |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
|
inlineexplicit |
|
inline |
|
inlineprotected |
Referenced by operator=().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References entityImpl(), and hostEntityIterator_.
|
inline |
|
friend |
|
static |
|
static |
|
static |
|
protected |
Referenced by operator=().
1.8.7