v0.14.0
Public Member Functions | Public Attributes | List of all members
MoFEM::NodeMergerInterface::ParentChild Struct Reference

#include <src/interfaces/NodeMerger.hpp>

Collaboration diagram for MoFEM::NodeMergerInterface::ParentChild:
[legend]

Public Member Functions

 ParentChild (const EntityHandle parent, const EntityHandle child)
 

Public Attributes

EntityHandle pArent
 
EntityHandle cHild
 

Detailed Description

Definition at line 102 of file NodeMerger.hpp.

Constructor & Destructor Documentation

◆ ParentChild()

MoFEM::NodeMergerInterface::ParentChild::ParentChild ( const EntityHandle  parent,
const EntityHandle  child 
)
inline

Definition at line 105 of file NodeMerger.hpp.

106  : pArent(parent), cHild(child) {}

Member Data Documentation

◆ cHild

EntityHandle MoFEM::NodeMergerInterface::ParentChild::cHild

Definition at line 104 of file NodeMerger.hpp.

◆ pArent

EntityHandle MoFEM::NodeMergerInterface::ParentChild::pArent

Definition at line 103 of file NodeMerger.hpp.


The documentation for this struct was generated from the following file:
MoFEM::NodeMergerInterface::ParentChild::pArent
EntityHandle pArent
Definition: NodeMerger.hpp:103
MoFEM::NodeMergerInterface::ParentChild::cHild
EntityHandle cHild
Definition: NodeMerger.hpp:104