MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::ObjectSave Namespace Reference

namespace ObjectLoad More...

Classes

struct  Settings
 

Typedefs

using ObjectSaver = Expected<void>( * )( const Object&, const std::filesystem::path&, const Settings& )
 

Functions

MRMESH_API Expected< void > toAnySupportedSceneFormat (const Object &object, const std::filesystem::path &file, const Settings &settings={})
 
MRMESH_API Expected< void > toAnySupportedFormat (const Object &object, const std::filesystem::path &file, const Settings &settings={})
 

Detailed Description

namespace ObjectLoad

Typedef Documentation

◆ ObjectSaver

using MR::ObjectSave::ObjectSaver = Expected<void>( * )( const Object&, const std::filesystem::path&, const Settings& )