26 std::string
const& gmsh_path)
35 std::vector<std::string> errors;
38 fname, geo_objs, geo_name, errors, gmsh_path);
44 "GEOObjects has no geometry name after reading the geometry file. "
45 "Something is wrong in the reading function.");
Definition of the BoostXmlGmlInterface class.
Definition of the GEOObjects class.
Definition of the OGSIOVer4 class.
Container class for geometric objects.
std::vector< std::string > getGeometryNames() const
Returns the names of all geometry vectors.
bool readFile(const std::string &fname) override
Reads an xml-file containing OGS geometry.
std::string getFileExtension(const std::string &path)
bool readGLIFileV4(const std::string &fname, GeoLib::GEOObjects &geo, std::string &unique_name, std::vector< std::string > &errors, std::string const &gmsh_path)
void readGeometryFromFile(std::string const &fname, GeoLib::GEOObjects &geo_objs, std::string const &gmsh_path)