MeshLib C Docs
Loading...
Searching...
No Matches
std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/common.h>
4#include <MRCMisc/exports.h>
5
6#include <stdbool.h>
7#include <stddef.h>
8
9#ifdef __cplusplus
10extern "C" {
11#endif
12
13typedef struct MR_Mesh MR_Mesh; // Defined in `#include <MRCMesh/MRMesh.h>`.
14typedef struct MR_PartMapping MR_PartMapping; // Defined in `#include <MRCMesh/MRPartMapping.h>`.
15
16
20
24
29
35
41
44
47
51
55
59
63
69
75
81
113MRC_API MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref *MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref_ConstructEx(void (*func)(MR_Mesh *_1, const MR_PartMapping *_2, void *_userdata, void **_cleanup_value), void *userdata, void (*postcall_callback)(void *_userdata, void *_cleanup_value), void (*userdata_callback)(void **_this_userdata, void *_other_userdata));
114
146MRC_API void MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref_AssignEx(MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref *_this, void (*func)(MR_Mesh *_1, const MR_PartMapping *_2, void *_userdata, void **_cleanup_value), void *userdata, void (*postcall_callback)(void *_userdata, void *_cleanup_value), void (*userdata_callback)(void **_this_userdata, void *_other_userdata));
147
148#ifdef __cplusplus
149} // extern "C"
150#endif
struct MR_Mesh MR_Mesh
Definition MRCtm.h:16
struct MR_PartMapping MR_PartMapping
Definition MRMesh.h:31
MR_PassBy
Definition common.h:23
#define MRC_API
Definition include/MRCMisc/exports.h:11
MRC_API MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref * MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref_DefaultConstruct(void)
MRC_API void MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref_reset(MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref *_this)
MRC_API MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref * MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref_ConstructStateless(void(*func)(MR_Mesh *_1, const MR_PartMapping *_2))
MRC_API bool MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref_has_value(const MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref *_this)
MRC_API void MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref_Destroy(const MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref *_this)
Destroys a heap-allocated instance of MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref....
MRC_API void MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref_AssignFromAnother(MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref *_this, MR_PassBy other_pass_by, MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref *other)
MRC_API MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref * MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref_ConstructEx(void(*func)(MR_Mesh *_1, const MR_PartMapping *_2, void *_userdata, void **_cleanup_value), void *userdata, void(*postcall_callback)(void *_userdata, void *_cleanup_value), void(*userdata_callback)(void **_this_userdata, void *_other_userdata))
MRC_API MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref * MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref_OffsetMutablePtr(MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref *ptr, ptrdiff_t i)
MRC_API void MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref_call(const MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref *_this, MR_Mesh *_1, const MR_PartMapping *_2)
struct MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref
Definition std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref.h:19
MRC_API MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref * MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref_ConstructFromAnother(MR_PassBy other_pass_by, MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref *other)
MRC_API void MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref_Assign(MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref *_this, void(*func)(MR_Mesh *_1, const MR_PartMapping *_2))
MRC_API const MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref * MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref_OffsetPtr(const MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref *ptr, ptrdiff_t i)
MRC_API void MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref_AssignEx(MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref *_this, void(*func)(MR_Mesh *_1, const MR_PartMapping *_2, void *_userdata, void **_cleanup_value), void *userdata, void(*postcall_callback)(void *_userdata, void *_cleanup_value), void(*userdata_callback)(void **_this_userdata, void *_other_userdata))
MRC_API MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref * MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref_DefaultConstructArray(size_t num_elems)
MRC_API void MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref_DestroyArray(const MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref *_this)
Destroys a heap-allocated array of MR_std_function_void_from_MR_Mesh_ref_const_MR_PartMapping_ref....