MeshLib C Docs
Loading...
Searching...
No Matches
std_function_MR_Processing_from_MR_FaceId_MR_Ball3f_ref.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMesh/MREnums.h>
4#include <MRCMisc/common.h>
5#include <MRCMisc/exports.h>
6
7#include <stddef.h>
8
9#ifdef __cplusplus
10extern "C" {
11#endif
12
13typedef struct MR_Ball3f MR_Ball3f; // Defined in `#include <MRCMesh/MRBall.h>`.
14typedef struct MR_FaceId MR_FaceId; // Defined in `#include <MRCMesh/MRId.h>`.
15
16
20
24
29
33
37
40
43
46
49
56
68MRC_API void MR_std_function_MR_Processing_from_MR_FaceId_MR_Ball3f_ref_AssignWithDataPtr(MR_std_function_MR_Processing_from_MR_FaceId_MR_Ball3f_ref *_this, MR_Processing (*func)(MR_FaceId *_1, MR_Ball3f *_2, void *_userdata), void *userdata, void (*userdata_callback)(void **_this_userdata, void *_other_userdata));
69
70#ifdef __cplusplus
71} // extern "C"
72#endif
struct MR_Ball3f MR_Ball3f
Definition MRBall.h:34
bool MR_Processing
typically returned from callbacks to control the behavior of main algorithm
Definition MREnums.h:34
struct MR_std_function_MR_Processing_from_MR_FaceId_MR_Ball3f_ref MR_std_function_MR_Processing_from_MR_FaceId_MR_Ball3f_ref
Definition MRMeshProject.h:19
MR_PassBy
Definition common.h:19
#define MRC_API
Definition exports.h:11
MRC_API MR_std_function_MR_Processing_from_MR_FaceId_MR_Ball3f_ref * MR_std_function_MR_Processing_from_MR_FaceId_MR_Ball3f_ref_OffsetMutablePtr(MR_std_function_MR_Processing_from_MR_FaceId_MR_Ball3f_ref *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_function_MR_Processing_from_MR_FaceId_MR_Ball3f_ref_Assign(MR_std_function_MR_Processing_from_MR_FaceId_MR_Ball3f_ref *_this, MR_Processing(*func)(MR_FaceId *_1, MR_Ball3f *_2))
MRC_API const MR_std_function_MR_Processing_from_MR_FaceId_MR_Ball3f_ref * MR_std_function_MR_Processing_from_MR_FaceId_MR_Ball3f_ref_OffsetPtr(const MR_std_function_MR_Processing_from_MR_FaceId_MR_Ball3f_ref *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_std_function_MR_Processing_from_MR_FaceId_MR_Ball3f_ref * MR_std_function_MR_Processing_from_MR_FaceId_MR_Ball3f_ref_DefaultConstruct(void)
MRC_API MR_std_function_MR_Processing_from_MR_FaceId_MR_Ball3f_ref * MR_std_function_MR_Processing_from_MR_FaceId_MR_Ball3f_ref_ConstructFromAnother(MR_PassBy other_pass_by, MR_std_function_MR_Processing_from_MR_FaceId_MR_Ball3f_ref *other)
MRC_API void MR_std_function_MR_Processing_from_MR_FaceId_MR_Ball3f_ref_AssignWithDataPtr(MR_std_function_MR_Processing_from_MR_FaceId_MR_Ball3f_ref *_this, MR_Processing(*func)(MR_FaceId *_1, MR_Ball3f *_2, void *_userdata), void *userdata, void(*userdata_callback)(void **_this_userdata, void *_other_userdata))
MRC_API MR_std_function_MR_Processing_from_MR_FaceId_MR_Ball3f_ref * MR_std_function_MR_Processing_from_MR_FaceId_MR_Ball3f_ref_DefaultConstructArray(size_t num_elems)
MRC_API void MR_std_function_MR_Processing_from_MR_FaceId_MR_Ball3f_ref_AssignFromAnother(MR_std_function_MR_Processing_from_MR_FaceId_MR_Ball3f_ref *_this, MR_PassBy other_pass_by, MR_std_function_MR_Processing_from_MR_FaceId_MR_Ball3f_ref *other)
MRC_API void MR_std_function_MR_Processing_from_MR_FaceId_MR_Ball3f_ref_DestroyArray(const MR_std_function_MR_Processing_from_MR_FaceId_MR_Ball3f_ref *_this)
Destroys a heap-allocated array of MR_std_function_MR_Processing_from_MR_FaceId_MR_Ball3f_ref....
MRC_API void MR_std_function_MR_Processing_from_MR_FaceId_MR_Ball3f_ref_Destroy(const MR_std_function_MR_Processing_from_MR_FaceId_MR_Ball3f_ref *_this)
Destroys a heap-allocated instance of MR_std_function_MR_Processing_from_MR_FaceId_MR_Ball3f_ref....
Definition MRId.h:46