OGS
readGeometryFromFile.h
Go to the documentation of this file.
1
12#pragma once
13
14#include <string>
15
16namespace GeoLib
17{
18class GEOObjects;
19}
20
21namespace FileIO
22{
23void readGeometryFromFile(std::string const& fname,
24 GeoLib::GEOObjects& geo_objs,
25 std::string const& gmsh_path);
26}
Container class for geometric objects.
Definition GEOObjects.h:57
void readGeometryFromFile(std::string const &fname, GeoLib::GEOObjects &geo_objs, std::string const &gmsh_path)