OGS
convertMeshToGeo.cpp File Reference

Detailed Description

Implementation of of mesh to geometry conversion.

Author
Karsten Rink
Date
2013-07-05

Definition in file convertMeshToGeo.cpp.

Include dependency graph for convertMeshToGeo.cpp:

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{convertMeshToGeo.cpp}
 
namespace  MeshToolsLib
 

Functions

std::string anonymous_namespace{convertMeshToGeo.cpp}::convertMeshNodesToGeoPoints (MeshLib::Mesh const &mesh, double const eps, GeoLib::GEOObjects &geo_objects)
 
void anonymous_namespace{convertMeshToGeo.cpp}::addElementToSurface (MeshLib::Element const &e, std::vector< std::size_t > const &id_map, GeoLib::Surface &surface)
 
bool MeshToolsLib::convertMeshToGeo (const MeshLib::Mesh &mesh, GeoLib::GEOObjects &geo_objects, double const eps)
 
MeshLib::MeshMeshToolsLib::convertSurfaceToMesh (const GeoLib::Surface &sfc, const std::string &mesh_name, double eps)