OGS
OGSIOVer4.h
Go to the documentation of this file.
1
15#pragma once
16
17#include <string>
18#include <vector>
19
20namespace GeoLib
21{
22class GEOObjects;
23}
24
25namespace FileIO
26{
27namespace Legacy
28{
32bool readGLIFileV4 (const std::string& fname,
34 std::string& unique_name,
35 std::vector<std::string>& errors,
36 std::string const& gmsh_path);
37
39void writeGLIFileV4(const std::string& fname,
40 const std::string& geo_name,
41 const GeoLib::GEOObjects& geo);
42
44void writeAllDataToGLIFileV4 (const std::string& fname, const GeoLib::GEOObjects& geo);
45
46} // namespace Legacy
47} // end namespace FileIO
Container class for geometric objects.
Definition GEOObjects.h:57
bool readGLIFileV4(const std::string &fname, GeoLib::GEOObjects &geo, std::string &unique_name, std::vector< std::string > &errors, std::string const &gmsh_path)
void writeGLIFileV4(const std::string &fname, const std::string &geo_name, const GeoLib::GEOObjects &geo)
void writeAllDataToGLIFileV4(const std::string &fname, const GeoLib::GEOObjects &geo)