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

Classes

struct  Settings

Typedefs

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

Functions

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

Typedef Documentation

◆ ObjectSaver

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