dune-mmesh (unstable)
Dune::MMeshInterfaceGridEntitySeed< codim, GridImp > Class Template Reference
The EntitySeed class provides the minimal information needed to restore an Entity using the grid. as seed. More...
#include <dune/mmesh/interface/entityseed.hh>
Public Member Functions | |
MMeshInterfaceGridEntitySeed () | |
Construct empty seed. | |
MMeshInterfaceGridEntitySeed (const HostGridEntity &hostEntity) | |
Construct a seed from a host entity. | |
MMeshInterfaceGridEntitySeed | operator= (const MMeshInterfaceGridEntitySeed< codim, GridImp > &seed) |
Construct a seed from another seed. | |
bool | isValid () const |
Check whether it is safe to create an Entity from this Seed. | |
const HostGridEntity & | hostEntity () const |
Return host entity. | |
Detailed Description
template<int codim, class GridImp>
class Dune::MMeshInterfaceGridEntitySeed< codim, GridImp >
class Dune::MMeshInterfaceGridEntitySeed< codim, GridImp >
The EntitySeed class provides the minimal information needed to restore an Entity using the grid. as seed.
The documentation for this class was generated from the following file:
- dune/mmesh/interface/entityseed.hh
