MeshLib C++ Docs
Loading...
Searching...
No Matches
MRObjectSaveSettings.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRMeshFwd.h"
4#include "MRUnitInfo.h"
5#include <optional>
6
7namespace MR::SceneSave
8{
9
11{
13 std::optional<LengthUnit> lengthUnit;
14
17};
18
19}
20
21namespace MR::ObjectSave
22{
23
27{
28};
29
30}
std::function< bool(float)> ProgressCallback
Definition MRMeshFwd.h:753
Definition MRIOFormatsRegistry.h:324
Definition MRIOFormatsRegistry.h:361
Definition MRObjectSaveSettings.h:27
Definition MRObjectSaveSettings.h:11
ProgressCallback progress
to report loading progress and allow the user to cancel it
Definition MRObjectSaveSettings.h:16
std::optional< LengthUnit > lengthUnit
units of input coordinates and transformation, to be serialized if the format supports it
Definition MRObjectSaveSettings.h:13