#include <MRCMisc/common.h>
#include <MRCMisc/exports.h>
#include <stddef.h>
Go to the source code of this file.
|
MRC_API const MR_MeshProjectionTransforms * | MR_ProjectAttributeParams_Get_xfs (const MR_ProjectAttributeParams *_this) |
|
MRC_API void | MR_ProjectAttributeParams_Set_xfs (MR_ProjectAttributeParams *_this, const MR_MeshProjectionTransforms *value) |
|
MRC_API MR_MeshProjectionTransforms * | MR_ProjectAttributeParams_GetMutable_xfs (MR_ProjectAttributeParams *_this) |
|
MRC_API const MR_std_function_bool_from_float * | MR_ProjectAttributeParams_Get_progressCb (const MR_ProjectAttributeParams *_this) |
|
MRC_API void | MR_ProjectAttributeParams_Set_progressCb (MR_ProjectAttributeParams *_this, MR_PassBy value_pass_by, MR_std_function_bool_from_float *value) |
|
MRC_API MR_std_function_bool_from_float * | MR_ProjectAttributeParams_GetMutable_progressCb (MR_ProjectAttributeParams *_this) |
|
MRC_API MR_ProjectAttributeParams * | MR_ProjectAttributeParams_DefaultConstruct (void) |
|
MRC_API MR_ProjectAttributeParams * | MR_ProjectAttributeParams_DefaultConstructArray (size_t num_elems) |
|
MRC_API MR_ProjectAttributeParams * | MR_ProjectAttributeParams_ConstructFrom (const MR_MeshProjectionTransforms *xfs, MR_PassBy progressCb_pass_by, MR_std_function_bool_from_float *progressCb) |
|
MRC_API const MR_ProjectAttributeParams * | MR_ProjectAttributeParams_OffsetPtr (const MR_ProjectAttributeParams *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_ProjectAttributeParams * | MR_ProjectAttributeParams_OffsetMutablePtr (MR_ProjectAttributeParams *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_ProjectAttributeParams * | MR_ProjectAttributeParams_ConstructFromAnother (MR_PassBy _other_pass_by, MR_ProjectAttributeParams *_other) |
|
MRC_API void | MR_ProjectAttributeParams_Destroy (const MR_ProjectAttributeParams *_this) |
| Destroys a heap-allocated instance of MR_ProjectAttributeParams . Does nothing if the pointer is null.
|
|
MRC_API void | MR_ProjectAttributeParams_DestroyArray (const MR_ProjectAttributeParams *_this) |
| Destroys a heap-allocated array of MR_ProjectAttributeParams . Does nothing if the pointer is null.
|
|
MRC_API MR_ProjectAttributeParams * | MR_ProjectAttributeParams_AssignFromAnother (MR_ProjectAttributeParams *_this, MR_PassBy _other_pass_by, MR_ProjectAttributeParams *_other) |
|
◆ MR_MeshProjectionTransforms
◆ MR_ProjectAttributeParams
◆ MR_std_function_bool_from_float
◆ MR_ProjectAttributeParams_AssignFromAnother()
Generated from a method of class MR::ProjectAttributeParams
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_ProjectAttributeParams_ConstructFrom()
◆ MR_ProjectAttributeParams_ConstructFromAnother()
◆ MR_ProjectAttributeParams_DefaultConstruct()
Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_ProjectAttributeParams_Destroy()
to free it when you're done using it.
◆ MR_ProjectAttributeParams_DefaultConstructArray()
◆ MR_ProjectAttributeParams_Destroy()
Destroys a heap-allocated instance of MR_ProjectAttributeParams
. Does nothing if the pointer is null.
◆ MR_ProjectAttributeParams_DestroyArray()
Destroys a heap-allocated array of MR_ProjectAttributeParams
. Does nothing if the pointer is null.
◆ MR_ProjectAttributeParams_Get_progressCb()
Returns a pointer to a member variable of class MR::ProjectAttributeParams
named progressCb
. 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_ProjectAttributeParams_Get_xfs()
Returns a pointer to a member variable of class MR::ProjectAttributeParams
named xfs
. 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_ProjectAttributeParams_GetMutable_progressCb()
Returns a mutable pointer to a member variable of class MR::ProjectAttributeParams
named progressCb
. 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_ProjectAttributeParams_GetMutable_xfs()
Returns a mutable pointer to a member variable of class MR::ProjectAttributeParams
named xfs
. 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_ProjectAttributeParams_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_ProjectAttributeParams_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_ProjectAttributeParams_Set_progressCb()
Modifies a member variable of class MR::ProjectAttributeParams
named progressCb
. Parameter _this
can not be null. It is a single object.
◆ MR_ProjectAttributeParams_Set_xfs()
Modifies a member variable of class MR::ProjectAttributeParams
named xfs
. Parameter _this
can not be null. It is a single object. Parameter value
can not be null. It is a single object.