Go to the documentation of this file.
3 #ifndef DUNE_GRID_ENTITY_SEED_HH
4 #define DUNE_GRID_ENTITY_SEED_HH
22 template<
class Gr
idImp,
class EntitySeedImp>
43 : implementation_(implementation)
49 return implementation_.isValid();
68 EntitySeedImp implementation_;
EntitySeedImp Implementation
type of underlying implementation
Definition: common/entityseed.hh:35
EntitySeed()
Construct an empty (i.e. isValid() == false) seed.
Definition: common/entityseed.hh:38
Implementation & impl()
access to the underlying implementation
Definition: common/entityseed.hh:57
@ codimension
Definition: common/entityseed.hh:28
EntitySeed(const EntitySeedImp &implementation)
Construct from implementation class.
Definition: common/entityseed.hh:42
const Implementation & impl() const
access to the underlying implementation
Definition: common/entityseed.hh:64
Store a reference to an entity with a minimal memory footprint.
Definition: common/entityseed.hh:23
bool isValid() const
check whether it is safe to create an Entity from this Seed
Definition: common/entityseed.hh:47
Different resources needed by all grid implementations.
Include standard header files.
Definition: agrid.hh:58