OGS
|
Definition in file createSurface.cpp.
#include "createSurface.h"
#include <cstdio>
#include <list>
#include "Applications/FileIO/Gmsh/GMSHInterface.h"
#include "BaseLib/Logging.h"
#include "BaseLib/StringTools.h"
#include "GeoLib/EarClippingTriangulation.h"
#include "GeoLib/GEOObjects.h"
#include "GeoLib/Point.h"
#include "GeoLib/Polygon.h"
#include "GeoLib/Polyline.h"
#include "GeoLib/Surface.h"
#include "GeoLib/Triangle.h"
#include "MeshLib/IO/readMeshFromFile.h"
#include "MeshLib/Mesh.h"
#include "MeshToolsLib/convertMeshToGeo.h"
Go to the source code of this file.
Namespaces | |
namespace | FileIO |
Functions | |
bool | FileIO::createSurface (GeoLib::Polyline const &ply, GeoLib::GEOObjects &geometries, std::string const &geometry_name, std::string const &gmsh_binary) |
std::unique_ptr< GeoLib::Surface > | FileIO::createSurfaceWithEarClipping (GeoLib::Polyline const &line) |