#include <MRCMisc/exports.h>
#include <stddef.h>
Go to the source code of this file.
◆ MR_CloudPartMapping
◆ MR_VertMap
◆ MR_CloudPartMapping_AssignFromAnother()
Generated from a method of class MR::CloudPartMapping
named operator=
. Parameter _this
can not be null. It is a single object. Parameter _other
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_CloudPartMapping_ConstructFrom()
◆ MR_CloudPartMapping_ConstructFromAnother()
Generated from a constructor of class MR::CloudPartMapping
. Parameter _other
can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_CloudPartMapping_Destroy()
to free it when you're done using it.
◆ MR_CloudPartMapping_DefaultConstruct()
Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_CloudPartMapping_Destroy()
to free it when you're done using it.
◆ MR_CloudPartMapping_DefaultConstructArray()
◆ MR_CloudPartMapping_Destroy()
Destroys a heap-allocated instance of MR_CloudPartMapping
. Does nothing if the pointer is null.
◆ MR_CloudPartMapping_DestroyArray()
Destroys a heap-allocated array of MR_CloudPartMapping
. Does nothing if the pointer is null.
◆ MR_CloudPartMapping_Get_src2tgtVerts()
Returns a pointer to a member variable of class MR::CloudPartMapping
named src2tgtVerts
. 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_CloudPartMapping_Get_tgt2srcVerts()
Returns a pointer to a member variable of class MR::CloudPartMapping
named tgt2srcVerts
. 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_CloudPartMapping_GetMutable_src2tgtVerts()
Returns a mutable pointer to a member variable of class MR::CloudPartMapping
named src2tgtVerts
. 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_CloudPartMapping_GetMutable_tgt2srcVerts()
Returns a mutable pointer to a member variable of class MR::CloudPartMapping
named tgt2srcVerts
. 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_CloudPartMapping_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_CloudPartMapping_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_CloudPartMapping_Set_src2tgtVerts()
Modifies a member variable of class MR::CloudPartMapping
named src2tgtVerts
. Parameter _this
can not be null. It is a single object.
◆ MR_CloudPartMapping_Set_tgt2srcVerts()
Modifies a member variable of class MR::CloudPartMapping
named tgt2srcVerts
. Parameter _this
can not be null. It is a single object.