3 #ifndef DUNE_GRID_ENTITY_SEED_HH
4 #define DUNE_GRID_ENTITY_SEED_HH
22 template<
class Gr
idImp,
class EntitySeedImp>
39 : implementation_(implementation)
45 return implementation_.isValid();
48 #if DUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS
54 GridImp::dimension, GridImp::dimensionworld,
55 typename GridImp::ctype,
56 typename GridImp::GridFamily> ;
62 return implementation_;
67 return implementation_;
72 EntitySeedImp implementation_;