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