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