OGS
ZeroMeshFieldDataByMaterialIDs.h
Go to the documentation of this file.
1
12#pragma once
13
14#include <vector>
15
16namespace MeshLib
17{
18class Mesh;
19
20}
21
22namespace MeshToolsLib
23{
24
26 MeshLib::Mesh& mesh, std::vector<int> const& selected_material_ids);
27} // namespace MeshToolsLib
void zeroMeshFieldDataByMaterialIDs(MeshLib::Mesh &mesh, std::vector< int > const &selected_material_ids)