MeshLib C++ Docs
Loading...
Searching...
No Matches
MRObjectSave.h File Reference
#include "MRObjectSaveSettings.h"
#include "MRExpected.h"
#include "MRIOFilters.h"
#include "MRUniqueTemporaryFolder.h"
#include <filesystem>

Go to the source code of this file.

Namespaces

namespace  MR
 
namespace  MR::ObjectSave
 

Functions

MRMESH_API Expected< void > MR::ObjectSave::toAnySupportedSceneFormat (const Object &object, const std::filesystem::path &file, const Settings &settings={})
 
MRMESH_API Expected< void > MR::ObjectSave::toAnySupportedFormat (const Object &object, const std::filesystem::path &file, const Settings &settings={})
 
MRMESH_API Expected< void > MR::serializeObjectTree (const Object &object, const std::filesystem::path &path, FolderCallback preCompress, const ObjectSave::Settings &settings={})
 saves object subtree in given scene file (zip/mru)
 
MRMESH_API Expected< void > MR::serializeObjectTree (const Object &object, const std::filesystem::path &path, const ObjectSave::Settings &settings={})