dune-grid
2.3.1-rc1
|
#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 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 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 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 | |
EntityImpl & | entityImpl () const |
const HostElementIterator & | hostElementIterator () const |
Protected Attributes | |
HostElementIterator | hostElementIterator_ |
Friends | |
class | EntityPointer< BaseTraits, true > |
typedef Traits::Entity Dune::GeoGrid::EntityPointer< Traits, true >::Entity |
|
protected |
typedef EntityPointer< BaseTraits, fake > Dune::GeoGrid::EntityPointer< Traits, true >::EntityPointerImp |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
|
inlineexplicit |
|
inline |
|
inlineprotected |
Referenced by operator=().
|
inline |
|
inline |
|
inlineprotected |
|
inline |
|
inline |
References entityImpl(), and hostElementIterator_.
|
inline |
|
inline |
|
friend |
|
static |
|
static |
|
static |
|
protected |
Referenced by operator=().