RINGMesh  Version 5.0.0
A programming library for geological model meshes
RINGMesh::RelationshipManager::ParentChildRelationship Struct Reference

Public Member Functions

 ParentChildRelationship (gmge_id parent, gmme_id child)
 
bool operator== (const ParentChildRelationship &rhs) const
 

Public Attributes

gmge_id parent_id_
 
gmme_id child_id_
 

Detailed Description

Definition at line 406 of file entity_type_manager.h.

Constructor & Destructor Documentation

◆ ParentChildRelationship()

RINGMesh::RelationshipManager::ParentChildRelationship::ParentChildRelationship ( gmge_id  parent,
gmme_id  child 
)
inline

Definition at line 408 of file entity_type_manager.h.

Member Function Documentation

◆ operator==()

bool RINGMesh::RelationshipManager::ParentChildRelationship::operator== ( const ParentChildRelationship rhs) const
inline

Definition at line 413 of file entity_type_manager.h.

Member Data Documentation

◆ child_id_

gmme_id RINGMesh::RelationshipManager::ParentChildRelationship::child_id_

Definition at line 419 of file entity_type_manager.h.

◆ parent_id_

gmge_id RINGMesh::RelationshipManager::ParentChildRelationship::parent_id_

Definition at line 418 of file entity_type_manager.h.


The documentation for this struct was generated from the following file: