![]() |
OGS
|
#include <tclap/CmdLine.h>
#include "GeoLib/GEOObjects.h"
#include "GeoLib/IO/XmlIO/Boost/BoostXmlGmlInterface.h"
#include "InfoLib/GitInfo.h"
#include "MeshGeoToolsLib/ConstructMeshesFromGeometries.h"
#include "MeshGeoToolsLib/SearchLength.h"
#include "MeshLib/IO/readMeshFromFile.h"
#include "MeshLib/IO/writeMeshToFile.h"
#include "MeshLib/Mesh.h"
Go to the source code of this file.
Functions | |
std::unique_ptr< GeoLib::GEOObjects > | readGeometry (std::string const &filename) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 31 of file constructMeshesFromGeometry.cpp.
References MeshGeoToolsLib::constructAdditionalMeshesFromGeoObjects(), ERR(), GitInfoLib::GitInfo::ogs_version, readGeometry(), MeshLib::IO::readMeshFromFile(), WARN(), and MeshLib::IO::writeMeshToFile().
std::unique_ptr<GeoLib::GEOObjects> readGeometry | ( | std::string const & | filename | ) |
Definition at line 21 of file constructMeshesFromGeometry.cpp.
References DBUG(), and GeoLib::IO::BoostXmlGmlInterface::readFile().
Referenced by main(), and anonymous_namespace{ProjectData.cpp}::readMeshes().