dune-grid-dev-howto
2.2.1
|
The EntitySeed class provides the minimal information needed to restore an Entity using the grid. More...
#include <dune/grid/identitygrid/identitygridentityseed.hh>
Public Types | |
enum | { codimension = codim } |
Public Member Functions | |
IdentityGridEntitySeed (const HostEntity &hostEntity) | |
Create EntitySeed from hostgrid Entity. | |
const HostEntitySeed & | hostEntitySeed () const |
Get stored HostEntitySeed. |
Protected Types | |
typedef GridImp::HostGridType::Traits::template Codim< codim >::Entity | HostEntity |
typedef GridImp::HostGridType::Traits::template Codim< codim >::EntitySeed | HostEntitySeed |
The EntitySeed class provides the minimal information needed to restore an Entity using the grid.
|
protected |
|
protected |
|
inline |
Create EntitySeed from hostgrid Entity.
We call hostEntity.seed() directly in the constructor of IdentityGridEntitySeed to allow for return value optimization.
|
inline |
Get stored HostEntitySeed.