OGS
GenerateFaceSetMeshes.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2// SPDX-License-Identifier: BSD-3-Clause
3
4#pragma once
5
6#include <string>
7
8#include "MeshLib/Mesh.h"
9
10#include "GocadSGridReader.h"
11
12namespace FileIO
13{
14namespace Gocad
15{
16
17void generateFaceSets(GocadSGridReader const& reader, std::string const& path);
18
19} // namespace Gocad
20} // namespace FileIO
void generateFaceSets(GocadSGridReader const &reader, std::string const &path)