struct MR_std_shared_ptr_MR_Mesh MR_std_shared_ptr_MR_Mesh
Definition MRChangeMeshAction.h:19
struct MR_Mesh MR_Mesh
Definition MRCtm.h:13
MR_PassBy
Definition common.h:19
#define MRC_API
Definition exports.h:11
MRC_API MR_std_shared_ptr_MR_Mesh * MR_std_shared_ptr_MR_Mesh_DefaultConstructArray(size_t num_elems)
MRC_API void MR_std_shared_ptr_MR_Mesh_Destroy(const MR_std_shared_ptr_MR_Mesh *_this)
Destroys a heap-allocated instance of MR_std_shared_ptr_MR_Mesh. Does nothing if the pointer is null.
MRC_API const MR_std_shared_ptr_MR_Mesh * MR_std_shared_ptr_MR_Mesh_OffsetPtr(const MR_std_shared_ptr_MR_Mesh *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 void MR_std_shared_ptr_MR_Mesh_Construct(MR_Mesh *ptr)
MRC_API void MR_std_shared_ptr_MR_Mesh_DestroyArray(const MR_std_shared_ptr_MR_Mesh *_this)
Destroys a heap-allocated array of MR_std_shared_ptr_MR_Mesh. Does nothing if the pointer is null.
MRC_API void MR_std_shared_ptr_MR_Mesh_Assign(MR_std_shared_ptr_MR_Mesh *_this, MR_Mesh *ptr)
MRC_API MR_std_shared_ptr_MR_Mesh * MR_std_shared_ptr_MR_Mesh_ConstructFromAnother(MR_PassBy other_pass_by, MR_std_shared_ptr_MR_Mesh *other)
MRC_API int MR_std_shared_ptr_MR_Mesh_UseCount(const MR_std_shared_ptr_MR_Mesh *_this)
MRC_API MR_std_shared_ptr_MR_Mesh * MR_std_shared_ptr_MR_Mesh_DefaultConstruct(void)
MRC_API void MR_std_shared_ptr_MR_Mesh_AssignFromAnother(MR_std_shared_ptr_MR_Mesh *_this, MR_PassBy other_pass_by, MR_std_shared_ptr_MR_Mesh *other)
MRC_API MR_Mesh * MR_std_shared_ptr_MR_Mesh_Get(const MR_std_shared_ptr_MR_Mesh *_this)
MRC_API MR_std_shared_ptr_MR_Mesh * MR_std_shared_ptr_MR_Mesh_OffsetMutablePtr(MR_std_shared_ptr_MR_Mesh *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...