OGS
CreateOutputConfig.h
Go to the documentation of this file.
1
11#pragma once
12
14#include "OutputConfig.h"
15
16namespace MeshLib
17{
18class Mesh;
19}
20
21namespace ProcessLib
22{
23OutputConfig createOutputConfig(
24 const BaseLib::ConfigTree& config,
25 std::vector<std::unique_ptr<MeshLib::Mesh>>& meshes);
26}
OutputConfig createOutputConfig(const BaseLib::ConfigTree &config, std::vector< std::unique_ptr< MeshLib::Mesh > > &meshes)