MeshLib C++ Docs
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 "MRLoadedObjects.h"
7#include <filesystem>
8
9namespace MR
10{
13
14
21MRMESH_API Expected<LoadedObject> fromSceneMison( const std::filesystem::path& path, const ProgressCallback& callback = {} );
22MRMESH_API Expected<LoadedObject> fromSceneMison( std::istream& in, const ProgressCallback& callback = {} );
23
24}
25
26#endif
MRMESH_API Expected< LoadedObject > fromSceneMison(const std::filesystem::path &path, const ProgressCallback &callback={})
tl::expected< T, E > Expected
Definition MRExpected.h:31
only for bindings generation
Definition MRCameraOrientationPlugin.h:8