#include <dune/grid/geometrygrid/entitypointer.hh>
List of all members.
Static Public Attributes |
static const int | dimension = Traits::dimension |
static const int | codimension = Traits::codimension |
static const bool | fake = Traits::fake |
Member Typedef Documentation
template<class Traits >
typedef Traits::Entity Dune::GeoGrid::EntityPointer< Traits, false >::Entity |
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 HostElement & |
hostElement, |
|
|
int |
subEntity |
|
) |
| |
|
inline |
template<class Traits >
template<class T >
Member Function Documentation
template<class Traits >
Entity& Dune::GeoGrid::EntityPointer< Traits, false >::dereference |
( |
| ) |
const |
|
inline |
template<class Traits >
EntityImpl& Dune::GeoGrid::EntityPointer< Traits, false >::entityImpl |
( |
| ) |
const |
|
inlineprotected |
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 >
const This& Dune::GeoGrid::EntityPointer< Traits, false >::operator= |
( |
const This & |
other | ) |
|
|
inline |
template<class Traits >
template<class T >
const This& Dune::GeoGrid::EntityPointer< Traits, false >::operator= |
( |
const EntityPointer< T, fake > & |
other | ) |
|
|
inline |
Friends And Related Function Documentation
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 |
The documentation for this class was generated from the following file: