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

Public Member Functions

 BoundaryRelationship (gmme_id incident_entity, gmme_id boundary)
 
bool operator== (const BoundaryRelationship &rhs) const
 

Public Attributes

gmme_id incident_entity_id_
 
gmme_id boundary_id_
 

Detailed Description

Definition at line 357 of file entity_type_manager.h.

Constructor & Destructor Documentation

◆ BoundaryRelationship()

RINGMesh::RelationshipManager::BoundaryRelationship::BoundaryRelationship ( gmme_id  incident_entity,
gmme_id  boundary 
)
inline

Definition at line 359 of file entity_type_manager.h.

Member Function Documentation

◆ operator==()

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

Definition at line 364 of file entity_type_manager.h.

Member Data Documentation

◆ boundary_id_

gmme_id RINGMesh::RelationshipManager::BoundaryRelationship::boundary_id_

Definition at line 370 of file entity_type_manager.h.

◆ incident_entity_id_

gmme_id RINGMesh::RelationshipManager::BoundaryRelationship::incident_entity_id_

Definition at line 369 of file entity_type_manager.h.


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