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

#include <mesh.h>

Public Member Functions

 ElementLocalVertex ()=default
 
 ElementLocalVertex (index_t element_id, index_t local_vertex_id)
 
 ElementLocalVertex (EdgeLocalVertex edge_local_vertex)
 
 ElementLocalVertex (PolygonLocalEdge polygon_local_edge)
 
 ElementLocalVertex (CellLocalFacet cell_local_facet)
 

Public Attributes

index_t element_id_ { NO_ID }
 
index_t local_vertex_id_ { NO_ID }
 

Detailed Description

Definition at line 71 of file mesh.h.

Constructor & Destructor Documentation

◆ ElementLocalVertex() [1/5]

RINGMesh::ElementLocalVertex::ElementLocalVertex ( )
default

◆ ElementLocalVertex() [2/5]

RINGMesh::ElementLocalVertex::ElementLocalVertex ( index_t  element_id,
index_t  local_vertex_id 
)
inline

Definition at line 74 of file mesh.h.

◆ ElementLocalVertex() [3/5]

RINGMesh::ElementLocalVertex::ElementLocalVertex ( EdgeLocalVertex  edge_local_vertex)

Definition at line 49 of file mesh.cpp.

◆ ElementLocalVertex() [4/5]

RINGMesh::ElementLocalVertex::ElementLocalVertex ( PolygonLocalEdge  polygon_local_edge)

Definition at line 55 of file mesh.cpp.

◆ ElementLocalVertex() [5/5]

RINGMesh::ElementLocalVertex::ElementLocalVertex ( CellLocalFacet  cell_local_facet)

Definition at line 62 of file mesh.cpp.

Member Data Documentation

◆ element_id_

index_t RINGMesh::ElementLocalVertex::element_id_ { NO_ID }

Definition at line 81 of file mesh.h.

◆ local_vertex_id_

index_t RINGMesh::ElementLocalVertex::local_vertex_id_ { NO_ID }

Definition at line 82 of file mesh.h.


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