#include <MRCMesh/MRUnitInfo.h>
#include <MRCMisc/common.h>
#include <MRCMisc/exports.h>
#include <stddef.h>
Go to the source code of this file.
|
| MRC_API const MR_std_optional_MR_LengthUnit * | MR_ObjectSave_Settings_Get_lengthUnit (const MR_ObjectSave_Settings *_this) |
| |
| MRC_API void | MR_ObjectSave_Settings_Set_lengthUnit (MR_ObjectSave_Settings *_this, const MR_LengthUnit *value) |
| |
| MRC_API MR_std_optional_MR_LengthUnit * | MR_ObjectSave_Settings_GetMutable_lengthUnit (MR_ObjectSave_Settings *_this) |
| |
| MRC_API const MR_std_function_bool_from_float * | MR_ObjectSave_Settings_Get_progress (const MR_ObjectSave_Settings *_this) |
| |
| MRC_API void | MR_ObjectSave_Settings_Set_progress (MR_ObjectSave_Settings *_this, MR_PassBy value_pass_by, MR_std_function_bool_from_float *value) |
| |
| MRC_API MR_std_function_bool_from_float * | MR_ObjectSave_Settings_GetMutable_progress (MR_ObjectSave_Settings *_this) |
| |
| MRC_API MR_ObjectSave_Settings * | MR_ObjectSave_Settings_DefaultConstruct (void) |
| |
| MRC_API MR_ObjectSave_Settings * | MR_ObjectSave_Settings_DefaultConstructArray (size_t num_elems) |
| |
| MRC_API MR_ObjectSave_Settings * | MR_ObjectSave_Settings_ConstructFrom (const MR_LengthUnit *lengthUnit, MR_PassBy progress_pass_by, MR_std_function_bool_from_float *progress) |
| |
| MRC_API const MR_ObjectSave_Settings * | MR_ObjectSave_Settings_OffsetPtr (const MR_ObjectSave_Settings *ptr, ptrdiff_t i) |
| | Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element.
|
| |
| MRC_API MR_ObjectSave_Settings * | MR_ObjectSave_Settings_OffsetMutablePtr (MR_ObjectSave_Settings *ptr, ptrdiff_t i) |
| | Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element.
|
| |
| MRC_API MR_ObjectSave_Settings * | MR_ObjectSave_Settings_ConstructFromAnother (MR_PassBy _other_pass_by, MR_ObjectSave_Settings *_other) |
| |
| MRC_API void | MR_ObjectSave_Settings_Destroy (const MR_ObjectSave_Settings *_this) |
| | Destroys a heap-allocated instance of MR_ObjectSave_Settings. Does nothing if the pointer is null.
|
| |
| MRC_API void | MR_ObjectSave_Settings_DestroyArray (const MR_ObjectSave_Settings *_this) |
| | Destroys a heap-allocated array of MR_ObjectSave_Settings. Does nothing if the pointer is null.
|
| |
| MRC_API MR_ObjectSave_Settings * | MR_ObjectSave_Settings_AssignFromAnother (MR_ObjectSave_Settings *_this, MR_PassBy _other_pass_by, MR_ObjectSave_Settings *_other) |
| |
◆ MR_ObjectSave_Settings
◆ MR_std_function_bool_from_float
◆ MR_std_optional_MR_LengthUnit
◆ MR_ObjectSave_Settings_AssignFromAnother()
Generated from a method of class MR::ObjectSave::Settings named operator=. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
◆ MR_ObjectSave_Settings_ConstructFrom()
◆ MR_ObjectSave_Settings_ConstructFromAnother()
◆ MR_ObjectSave_Settings_DefaultConstruct()
Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_ObjectSave_Settings_Destroy() to free it when you're done using it.
◆ MR_ObjectSave_Settings_DefaultConstructArray()
◆ MR_ObjectSave_Settings_Destroy()
Destroys a heap-allocated instance of MR_ObjectSave_Settings. Does nothing if the pointer is null.
◆ MR_ObjectSave_Settings_DestroyArray()
Destroys a heap-allocated array of MR_ObjectSave_Settings. Does nothing if the pointer is null.
◆ MR_ObjectSave_Settings_Get_lengthUnit()
units of input coordinates and transformation, to be serialized if the format supports it Returns a pointer to a member variable of class MR::ObjectSave::Settings named lengthUnit. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
◆ MR_ObjectSave_Settings_Get_progress()
to report loading progress and allow the user to cancel it Returns a pointer to a member variable of class MR::ObjectSave::Settings named progress. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
◆ MR_ObjectSave_Settings_GetMutable_lengthUnit()
units of input coordinates and transformation, to be serialized if the format supports it Returns a mutable pointer to a member variable of class MR::ObjectSave::Settings named lengthUnit. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
◆ MR_ObjectSave_Settings_GetMutable_progress()
to report loading progress and allow the user to cancel it Returns a mutable pointer to a member variable of class MR::ObjectSave::Settings named progress. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
◆ MR_ObjectSave_Settings_OffsetMutablePtr()
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element.
◆ MR_ObjectSave_Settings_OffsetPtr()
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element.
◆ MR_ObjectSave_Settings_Set_lengthUnit()
units of input coordinates and transformation, to be serialized if the format supports it Modifies a member variable of class MR::ObjectSave::Settings named lengthUnit. Parameter _this can not be null. It is a single object. Parameter value is optional. To keep it empty, pass a null pointer.
◆ MR_ObjectSave_Settings_Set_progress()
to report loading progress and allow the user to cancel it Modifies a member variable of class MR::ObjectSave::Settings named progress. Parameter _this can not be null. It is a single object.