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

#include <mesh.h>

Public Member Functions

 PolygonLocalEdge ()=default
 
 PolygonLocalEdge (index_t polygon_id, index_t local_edge_id)
 
 PolygonLocalEdge (ElementLocalVertex polygon_local_vertex)
 

Public Attributes

index_t polygon_id_ { NO_ID }
 
index_t local_edge_id_ { NO_ID }
 

Detailed Description

Definition at line 102 of file mesh.h.

Constructor & Destructor Documentation

◆ PolygonLocalEdge() [1/3]

RINGMesh::PolygonLocalEdge::PolygonLocalEdge ( )
default

◆ PolygonLocalEdge() [2/3]

RINGMesh::PolygonLocalEdge::PolygonLocalEdge ( index_t  polygon_id,
index_t  local_edge_id 
)
inline

Definition at line 105 of file mesh.h.

◆ PolygonLocalEdge() [3/3]

RINGMesh::PolygonLocalEdge::PolygonLocalEdge ( ElementLocalVertex  polygon_local_vertex)
inline

Definition at line 109 of file mesh.h.

Member Data Documentation

◆ local_edge_id_

index_t RINGMesh::PolygonLocalEdge::local_edge_id_ { NO_ID }

Definition at line 116 of file mesh.h.

◆ polygon_id_

index_t RINGMesh::PolygonLocalEdge::polygon_id_ { NO_ID }

Definition at line 115 of file mesh.h.


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