#include <MRCMisc/exports.h>
#include <stddef.h>
Go to the source code of this file.
◆ MR_CloudPartMapping
Generated from class MR::CloudPartMapping. Supported MR_PassBy modes: MR_PassBy_DefaultConstruct, MR_PassBy_Copy, MR_PassBy_Move (and MR_PassBy_DefaultArgument and MR_PassBy_NoObject if supported by the callee).
◆ MR_VertMap
◆ MR_CloudPartMapping_AssignFromAnother()
Generated from method MR::CloudPartMapping::operator=. Parameter _this can not be null. It is a single object. Parameter _other can not be null. It is a single object. The reference to things referred to by the parameter _other (if any) might be preserved in this object. The returned pointer will never be null. It is non-owning, do NOT destroy it. When this function is called, this object will drop any object references it had previously.
◆ MR_CloudPartMapping_ConstructFrom()
Constructs MR::CloudPartMapping elementwise. The reference to the parameter src2tgtVerts might be preserved in the constructed object. The reference to the parameter tgt2srcVerts might be preserved in the constructed 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. When this function is called, this object will drop any object references it had previously.
◆ MR_CloudPartMapping_ConstructFromAnother()
Generated from constructor MR::CloudPartMapping::CloudPartMapping. Parameter _other can not be null. It is a single object. The reference to things referred to by the parameter _other (if any) might be preserved in the constructed 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. The reference to the parameter ptr might be preserved in the return value.
◆ 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. The reference to the parameter ptr might be preserved in the return value.
◆ 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. The reference to the parameter value might be preserved in this object in element src2tgtVerts. When this function is called, this object will drop object references it had previously in src2tgtVerts.
◆ 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. The reference to the parameter value might be preserved in this object in element tgt2srcVerts. When this function is called, this object will drop object references it had previously in tgt2srcVerts.