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::ObjectSave
8{
9
11{
13 std::optional<LengthUnit> lengthUnit;
14
17};
18
19} // namespace MR::ObjectSave
std::function< bool(float)> ProgressCallback
Definition MRMesh/MRMeshFwd.h:732
Definition MRIOFormatsRegistry.h:324
Definition MRObjectSaveSettings.h:11
std::optional< LengthUnit > lengthUnit
units of input coordinates and transformation, to be serialized if the format supports it
Definition MRObjectSaveSettings.h:13
ProgressCallback progress
to report loading progress and allow the user to cancel it
Definition MRObjectSaveSettings.h:16