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 "convertMeshToGeo.h"
#include "BaseLib/Logging.h"
#include "Elements/Quad.h"
#include "Elements/Tri.h"
#include "GeoLib/GEOObjects.h"
#include "GeoLib/Surface.h"
#include "GeoLib/Triangle.h"
#include "Mesh.h"
#include "MeshEditing/MeshRevision.h"
#include "MeshInformation.h"
Include dependency graph for convertMeshToGeo.cpp:

Go to the source code of this file.

Namespaces

 anonymous_namespace{convertMeshToGeo.cpp}
 
 MeshLib
 

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 MeshLib::convertMeshToGeo (const MeshLib::Mesh &mesh, GeoLib::GEOObjects &geo_objects, double const eps)
 
MeshLib::MeshMeshLib::convertSurfaceToMesh (const GeoLib::Surface &sfc, const std::string &mesh_name, double eps)