OGS
writeGeometryToFile.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{
23
28void writeGeometryToFile(std::string const& geo_name,
29 GeoLib::GEOObjects& geo_objs, std::string const& fname);
30}
Container class for geometric objects.
Definition GEOObjects.h:57
void writeGeometryToFile(std::string const &geo_name, GeoLib::GEOObjects &geo_objs, std::string const &fname)