dune-grid  2.4.1-rc2
Public Types | Public Member Functions | List of all members
Dune::GeoGrid::Entity< codim, dim, Grid > Class Template Reference

DUNE-conform implementation of the entityThis class merely changes the template parameters of the entity to make DUNE happy. The actual implementation of the entity can be found in EntityBase. More...

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

Inheritance diagram for Dune::GeoGrid::Entity< codim, dim, Grid >:
Inheritance graph

Public Types

typedef Base::HostEntity HostEntity
 
typedef Base::HostElement HostElement
 
typedef Base::GeometryImpl GeometryImpl
 
typedef Base::EntitySeed EntitySeed
 

Public Member Functions

 Entity ()
 
 Entity (const Grid &grid, const EntitySeed &seed)
 
 Entity (const Grid &grid, const HostEntity &hostEntity)
 
 Entity (const Grid &grid, HostEntity &&hostEntity)
 
 Entity (const Grid &grid, const HostElement &hostEntity, int i)
 

Detailed Description

template<int codim, int dim, class Grid>
class Dune::GeoGrid::Entity< codim, dim, Grid >

DUNE-conform implementation of the entity

This class merely changes the template parameters of the entity to make DUNE happy. The actual implementation of the entity can be found in EntityBase.

Template Parameters
codimcodimension of the entity
dimdimension of the Grid (redundant information)
GridGeometryGrid, this entity belongs to

Member Typedef Documentation

template<int codim, int dim, class Grid >
typedef Base::EntitySeed Dune::GeoGrid::Entity< codim, dim, Grid >::EntitySeed
template<int codim, int dim, class Grid >
typedef Base::GeometryImpl Dune::GeoGrid::Entity< codim, dim, Grid >::GeometryImpl
template<int codim, int dim, class Grid >
typedef Base::HostElement Dune::GeoGrid::Entity< codim, dim, Grid >::HostElement
template<int codim, int dim, class Grid >
typedef Base::HostEntity Dune::GeoGrid::Entity< codim, dim, Grid >::HostEntity

Constructor & Destructor Documentation

template<int codim, int dim, class Grid >
Dune::GeoGrid::Entity< codim, dim, Grid >::Entity ( )
inline
template<int codim, int dim, class Grid >
Dune::GeoGrid::Entity< codim, dim, Grid >::Entity ( const Grid grid,
const EntitySeed seed 
)
inline
template<int codim, int dim, class Grid >
Dune::GeoGrid::Entity< codim, dim, Grid >::Entity ( const Grid grid,
const HostEntity< codim, dim, Grid > &  hostEntity 
)
inline
template<int codim, int dim, class Grid >
Dune::GeoGrid::Entity< codim, dim, Grid >::Entity ( const Grid grid,
HostEntity< codim, dim, Grid > &&  hostEntity 
)
inline
template<int codim, int dim, class Grid >
Dune::GeoGrid::Entity< codim, dim, Grid >::Entity ( const Grid grid,
const HostElement hostEntity,
int  i 
)
inline

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