OGS
|
Implementation of of mesh to geometry conversion.
Definition in file convertMeshToGeo.cpp.
#include "convertMeshToGeo.h"
#include "BaseLib/Logging.h"
#include "GeoLib/GEOObjects.h"
#include "GeoLib/Surface.h"
#include "GeoLib/Triangle.h"
#include "MeshLib/Elements/Quad.h"
#include "MeshLib/Elements/Tri.h"
#include "MeshLib/Mesh.h"
#include "MeshToolsLib/MeshEditing/MeshRevision.h"
#include "MeshToolsLib/MeshInformation.h"
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::Mesh * | MeshToolsLib::convertSurfaceToMesh (const GeoLib::Surface &sfc, const std::string &mesh_name, double eps) |