OGS
writeMeshToFile.h
Go to the documentation of this file.
1
10
#pragma once
11
12
#include <filesystem>
13
#include <set>
14
#include <string>
15
16
namespace
MeshLib
17
{
18
class
Mesh;
19
}
20
21
namespace
MeshLib::IO
22
{
23
int
writeMeshToFile
(
MeshLib::Mesh
const
& mesh,
24
std::filesystem::path
const
& file_path,
25
std::set<std::string> variable_output_names = {});
26
}
// namespace MeshLib::IO
MeshLib::Mesh
Definition
Mesh.h:43
MeshLib::IO
Definition
MeshIO.cpp:273
MeshLib::IO::writeMeshToFile
int writeMeshToFile(const MeshLib::Mesh &mesh, std::filesystem::path const &file_path, std::set< std::string > variable_output_names)
Definition
writeMeshToFile.cpp:24
MeshLib
Definition
ProjectData.h:41
MeshLib
IO
writeMeshToFile.h
Generated by
1.12.0