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={}) |
namespace ObjectLoad
| using MR::ObjectSave::ObjectSaver = Expected<void>( * )( const Object&, const std::filesystem::path&, const Settings& ) |