|
dune-mmesh 1.4.1-git
|
Loading...
Searching...
No Matches
Dune::MMeshEntitySeed< 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/grid/entityseed.hh>
Public Types | |
| enum | { codimension = codim } |
Public Member Functions | |
| MMeshEntitySeed () | |
| Construct empty seed. | |
| MMeshEntitySeed (const HostGridEntity &hostEntity) | |
| Construct a seed from a host entity. | |
| MMeshEntitySeed & | operator= (const MMeshEntitySeed< codim, GridImp > &seed) |
| Construct a seed from another seed. | |
| template<int cd = codim> | |
| std::enable_if_t< cd !=2||GridImp::dimension !=3, bool > | isValid () const |
| Check whether it is safe to create an Entity from this Seed. | |
| template<int cd = codim> | |
| std::enable_if_t< cd==2 &&GridImp::dimension==3, bool > | isValid () const |
| Special handling for codim 2 entities in 3d. | |
| const HostGridEntity & | hostEntity () const |
| Return host entity. | |
Protected Types | |
| typedef GridImp::template HostGridEntity< codim > | HostGridEntity |
Detailed Description
The EntitySeed class provides the minimal information needed to restore an Entity using the grid. as seed.
Member Typedef Documentation
◆ HostGridEntity
|
protected |
Member Enumeration Documentation
◆ anonymous enum
Constructor & Destructor Documentation
◆ MMeshEntitySeed() [1/2]
|
inline |
Construct empty seed.
◆ MMeshEntitySeed() [2/2]
|
inline |
Construct a seed from a host entity.
Member Function Documentation
◆ hostEntity()
|
inline |
Return host entity.
◆ isValid() [1/2]
template<int cd = codim>
|
inline |
Check whether it is safe to create an Entity from this Seed.
◆ isValid() [2/2]
template<int cd = codim>
|
inline |
Special handling for codim 2 entities in 3d.
◆ operator=()
|
inline |
Construct a seed from another seed.
The documentation for this class was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8