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