RINGMesh
Version 5.0.0
A programming library for geological model meshes
|
#include <ringmesh/ringmesh_tests_config.h>
#include <future>
#include <ringmesh/geomodel/geomodel.h>
#include <ringmesh/geomodel/geomodel_builder.h>
#include <ringmesh/geomodel/geomodel_validity.h>
#include <ringmesh/io/io.h>
Go to the source code of this file.
Functions | |
void | make_geomodel_copy (const GeoModel3D &from, const std::string &name, GeoModel3D &to) |
void | verdict (const GeoModel3D &invalid_model, const std::string &feature) |
int | main () |
int main | ( | ) |
Definition at line 74 of file test-geomodel-invalidities.cpp.
void make_geomodel_copy | ( | const GeoModel3D & | from, |
const std::string & | name, | ||
GeoModel3D & | to | ||
) |
Definition at line 54 of file test-geomodel-invalidities.cpp.
void verdict | ( | const GeoModel3D & | invalid_model, |
const std::string & | feature | ||
) |
Definition at line 62 of file test-geomodel-invalidities.cpp.