RINGMesh  Version 5.0.0
A programming library for geological model meshes
test-geomodel-vertices.cpp File Reference
#include <ringmesh/ringmesh_tests_config.h>
#include <vector>
#include <ringmesh/basic/geometry.h>
#include <ringmesh/geomodel/geomodel.h>
#include <ringmesh/geomodel/geomodel_mesh_entity.h>
#include <ringmesh/io/io.h>

Go to the source code of this file.

Functions

void error (index_t vertex_id_in_mesh_entity, index_t vertex_id_in_geomodel_mesh, const gmme_id &mesh_entity_gmme_id)
 
void test_geomodel_vertices (const GeoModel3D &geomodel)
 
void test_GMEVertex (const GeoModel3D &geomodel)
 
int main ()
 

Function Documentation

◆ error()

void error ( index_t  vertex_id_in_mesh_entity,
index_t  vertex_id_in_geomodel_mesh,
const gmme_id mesh_entity_gmme_id 
)

Definition at line 49 of file test-geomodel-vertices.cpp.

◆ main()

int main ( )

Definition at line 117 of file test-geomodel-vertices.cpp.

◆ test_geomodel_vertices()

void test_geomodel_vertices ( const GeoModel3D &  geomodel)

Definition at line 59 of file test-geomodel-vertices.cpp.

◆ test_GMEVertex()

void test_GMEVertex ( const GeoModel3D &  geomodel)

Definition at line 91 of file test-geomodel-vertices.cpp.