MeshLib
 
Loading...
Searching...
No Matches
MRMisonLoad.h
Go to the documentation of this file.
1#pragma once
2#include "MRMeshFwd.h"
3#ifndef __EMSCRIPTEN__
4#include "MRExpected.h"
6#include <filesystem>
7
8namespace MR
9{
10
17MRMESH_API Expected<std::shared_ptr<Object>> fromSceneMison( const std::filesystem::path& path,
18 std::string* loadWarn = nullptr, ProgressCallback callback = {} );
20 std::string* loadWarn = nullptr, ProgressCallback callback = {} );
21
22}
23#endif
#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:46
std::function< bool(float)> ProgressCallback
Definition MRMesh/MRMeshFwd.h:589
Definition MRCameraOrientationPlugin.h:7
MRMESH_API Expected< std::shared_ptr< Object > > fromSceneMison(const std::filesystem::path &path, std::string *loadWarn=nullptr, ProgressCallback callback={})
tl::expected< T, E > Expected
Definition MRExpected.h:49