struct MR_VertMap MR_VertMap
Definition MRBitSet.h:41
MRC_API MR_CloudPartMapping * MR_CloudPartMapping_ConstructFrom(MR_VertMap *src2tgtVerts, MR_VertMap *tgt2srcVerts)
MRC_API MR_CloudPartMapping * MR_CloudPartMapping_AssignFromAnother(MR_CloudPartMapping *_this, const MR_CloudPartMapping *_other)
MRC_API void MR_CloudPartMapping_DestroyArray(const MR_CloudPartMapping *_this)
Destroys a heap-allocated array of MR_CloudPartMapping. Does nothing if the pointer is null.
MRC_API MR_CloudPartMapping * MR_CloudPartMapping_OffsetMutablePtr(MR_CloudPartMapping *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MRC_API const MR_CloudPartMapping * MR_CloudPartMapping_OffsetPtr(const MR_CloudPartMapping *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MRC_API MR_VertMap *const * MR_CloudPartMapping_Get_tgt2srcVerts(const MR_CloudPartMapping *_this)
MRC_API MR_VertMap *const * MR_CloudPartMapping_Get_src2tgtVerts(const MR_CloudPartMapping *_this)
MRC_API MR_CloudPartMapping * MR_CloudPartMapping_DefaultConstructArray(size_t num_elems)
MRC_API void MR_CloudPartMapping_Destroy(const MR_CloudPartMapping *_this)
Destroys a heap-allocated instance of MR_CloudPartMapping. Does nothing if the pointer is null.
struct MR_CloudPartMapping MR_CloudPartMapping
Generated from class MR::CloudPartMapping.
Definition MRCloudPartMapping.h:16
MRC_API MR_VertMap ** MR_CloudPartMapping_GetMutable_src2tgtVerts(MR_CloudPartMapping *_this)
MRC_API MR_VertMap ** MR_CloudPartMapping_GetMutable_tgt2srcVerts(MR_CloudPartMapping *_this)
MRC_API MR_CloudPartMapping * MR_CloudPartMapping_DefaultConstruct(void)
MRC_API void MR_CloudPartMapping_Set_tgt2srcVerts(MR_CloudPartMapping *_this, MR_VertMap *value)
MRC_API void MR_CloudPartMapping_Set_src2tgtVerts(MR_CloudPartMapping *_this, MR_VertMap *value)
MRC_API MR_CloudPartMapping * MR_CloudPartMapping_ConstructFromAnother(const MR_CloudPartMapping *_other)
#define MRC_API
Definition exports.h:11