OGS
GenerateFaceSetMeshes.h
Go to the documentation of this file.
1
10#pragma once
11
12#include <string>
13
14#include "MeshLib/Mesh.h"
15
16#include "GocadSGridReader.h"
17
18namespace FileIO
19{
20namespace Gocad
21{
22
23void generateFaceSets(GocadSGridReader const& reader, std::string const& path);
24
25} // namespace Gocad
26} // namespace FileIO
Definition of the Mesh class.
void generateFaceSets(GocadSGridReader const &reader, std::string const &path)