OGS
SetMeshSpaceDimension.h
Go to the documentation of this file.
1
12#pragma once
13
14#include <memory>
15#include <vector>
16
17namespace MeshLib
18{
19class Mesh;
20
36void setMeshSpaceDimension(std::vector<std::unique_ptr<Mesh>> const& meshes);
37}; // namespace MeshLib
void setMeshSpaceDimension(std::vector< std::unique_ptr< Mesh > > const &meshes)