dune-mmesh (1.4)
entityseed.hh
Go to the documentation of this file.
44 MMeshInterfaceGridEntitySeed operator= (const MMeshInterfaceGridEntitySeed<codim, GridImp>& seed)
The EntitySeed class provides the minimal information needed to restore an Entity using the grid....
Definition: entityseed.hh:21
MMeshInterfaceGridEntitySeed(const HostGridEntity &hostEntity)
Construct a seed from a host entity.
Definition: entityseed.hh:37
const HostGridEntity & hostEntity() const
Return host entity.
Definition: entityseed.hh:62
bool isValid() const
Check whether it is safe to create an Entity from this Seed.
Definition: entityseed.hh:54
MMeshInterfaceGridEntitySeed()
Construct empty seed.
Definition: entityseed.hh:32
MMeshInterfaceGridEntitySeed operator=(const MMeshInterfaceGridEntitySeed< codim, GridImp > &seed)
Construct a seed from another seed.
Definition: entityseed.hh:44
