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

Vertex in a GeoModelEntity. More...

#include <geomodel_indexing_types.h>

Public Member Functions

 GMEVertex (gmme_id t, index_t vertex_id_in)
 
bool operator== (const GMEVertex &rhs) const
 
bool is_defined () const
 

Public Attributes

gmme_id gmme
 GeoModelEntity index in the GeoModel that owns it. More...
 
index_t v_index { NO_ID }
 Index of the vertex in the GeoModelEntity. More...
 

Detailed Description

Vertex in a GeoModelEntity.

Definition at line 57 of file geomodel_indexing_types.h.

Constructor & Destructor Documentation

◆ GMEVertex()

RINGMesh::GMEVertex::GMEVertex ( gmme_id  t,
index_t  vertex_id_in 
)
inline

Definition at line 59 of file geomodel_indexing_types.h.

Member Function Documentation

◆ is_defined()

bool RINGMesh::GMEVertex::is_defined ( ) const
inline

Definition at line 67 of file geomodel_indexing_types.h.

◆ operator==()

bool RINGMesh::GMEVertex::operator== ( const GMEVertex rhs) const
inline

Definition at line 63 of file geomodel_indexing_types.h.

Member Data Documentation

◆ gmme

gmme_id RINGMesh::GMEVertex::gmme

GeoModelEntity index in the GeoModel that owns it.

Definition at line 72 of file geomodel_indexing_types.h.

◆ v_index

index_t RINGMesh::GMEVertex::v_index { NO_ID }

Index of the vertex in the GeoModelEntity.

Definition at line 74 of file geomodel_indexing_types.h.


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