|
dune-foamgrid 2.8.0
|
The EntitySeed class provides the minmal information needed to restore an Entity using the grid. More...
#include <dune/foamgrid/foamgrid/foamgridentityseed.hh>
Public Types | |
| enum | { codimension = codim } |
Public Member Functions | |
| FoamGridEntitySeed () | |
| default construct an invalid entity seed More... | |
| FoamGridEntitySeed (const FoamGridEntity< codim, dimgrid, GridImp > &entity) | |
| construct entity seed from entity More... | |
| FoamGridEntitySeed (const FoamGridEntity< codim, dimgrid, GridImp > *target) | |
| bool | isValid () const |
| check whether it is safe to create an Entity from this Seed More... | |
| const EntityImplType * | target () const |
| Access to the underlying FoamGrid data structure. More... | |
The EntitySeed class provides the minmal information needed to restore an Entity using the grid.
|
inline |
default construct an invalid entity seed
|
inline |
construct entity seed from entity
|
inline |
|
inline |
check whether it is safe to create an Entity from this Seed
|
inline |
Access to the underlying FoamGrid data structure.