MeshLib C Docs
Loading...
Searching...
No Matches
std_function_bool_from_MR_FaceId_MR_FaceId.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMesh/MRId.h>
4#include <MRCMisc/common.h>
5#include <MRCMisc/exports.h>
6
7#include <stdbool.h>
8#include <stddef.h>
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14
18
22
27
33
39
42
45
49
53
57
61
65
73
81
115MRC_API MR_std_function_bool_from_MR_FaceId_MR_FaceId *MR_std_function_bool_from_MR_FaceId_MR_FaceId_ConstructEx(bool (*func)(MR_FaceId *_1, MR_FaceId *_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));
116
150MRC_API void MR_std_function_bool_from_MR_FaceId_MR_FaceId_AssignEx(MR_std_function_bool_from_MR_FaceId_MR_FaceId *_this, bool (*func)(MR_FaceId *_1, MR_FaceId *_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));
151
152#ifdef __cplusplus
153} // extern "C"
154#endif
struct MR_std_function_bool_from_MR_FaceId_MR_FaceId MR_std_function_bool_from_MR_FaceId_MR_FaceId
Definition MROverlappingTris.h:14
MR_PassBy
Definition common.h:23
#define MRC_API
Definition include/MRCMisc/exports.h:11
MRC_API void MR_std_function_bool_from_MR_FaceId_MR_FaceId_Destroy(const MR_std_function_bool_from_MR_FaceId_MR_FaceId *_this)
Destroys a heap-allocated instance of MR_std_function_bool_from_MR_FaceId_MR_FaceId....
MRC_API MR_std_function_bool_from_MR_FaceId_MR_FaceId * MR_std_function_bool_from_MR_FaceId_MR_FaceId_ConstructStateless(bool(*func)(MR_FaceId *_1, MR_FaceId *_2))
MRC_API void MR_std_function_bool_from_MR_FaceId_MR_FaceId_Assign(MR_std_function_bool_from_MR_FaceId_MR_FaceId *_this, bool(*func)(MR_FaceId *_1, MR_FaceId *_2))
MRC_API MR_std_function_bool_from_MR_FaceId_MR_FaceId * MR_std_function_bool_from_MR_FaceId_MR_FaceId_OffsetMutablePtr(MR_std_function_bool_from_MR_FaceId_MR_FaceId *ptr, ptrdiff_t i)
MRC_API const MR_std_function_bool_from_MR_FaceId_MR_FaceId * MR_std_function_bool_from_MR_FaceId_MR_FaceId_OffsetPtr(const MR_std_function_bool_from_MR_FaceId_MR_FaceId *ptr, ptrdiff_t i)
MRC_API void MR_std_function_bool_from_MR_FaceId_MR_FaceId_reset(MR_std_function_bool_from_MR_FaceId_MR_FaceId *_this)
MRC_API MR_std_function_bool_from_MR_FaceId_MR_FaceId * MR_std_function_bool_from_MR_FaceId_MR_FaceId_ConstructFromAnother(MR_PassBy other_pass_by, MR_std_function_bool_from_MR_FaceId_MR_FaceId *other)
MRC_API void MR_std_function_bool_from_MR_FaceId_MR_FaceId_DestroyArray(const MR_std_function_bool_from_MR_FaceId_MR_FaceId *_this)
Destroys a heap-allocated array of MR_std_function_bool_from_MR_FaceId_MR_FaceId. Does nothing if the...
MRC_API MR_std_function_bool_from_MR_FaceId_MR_FaceId * MR_std_function_bool_from_MR_FaceId_MR_FaceId_ConstructEx(bool(*func)(MR_FaceId *_1, MR_FaceId *_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 void MR_std_function_bool_from_MR_FaceId_MR_FaceId_AssignEx(MR_std_function_bool_from_MR_FaceId_MR_FaceId *_this, bool(*func)(MR_FaceId *_1, MR_FaceId *_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_bool_from_MR_FaceId_MR_FaceId * MR_std_function_bool_from_MR_FaceId_MR_FaceId_DefaultConstructArray(size_t num_elems)
MRC_API bool MR_std_function_bool_from_MR_FaceId_MR_FaceId_has_value(const MR_std_function_bool_from_MR_FaceId_MR_FaceId *_this)
MRC_API bool MR_std_function_bool_from_MR_FaceId_MR_FaceId_call(const MR_std_function_bool_from_MR_FaceId_MR_FaceId *_this, MR_FaceId _1, MR_FaceId _2)
MRC_API MR_std_function_bool_from_MR_FaceId_MR_FaceId * MR_std_function_bool_from_MR_FaceId_MR_FaceId_DefaultConstruct(void)
MRC_API void MR_std_function_bool_from_MR_FaceId_MR_FaceId_AssignFromAnother(MR_std_function_bool_from_MR_FaceId_MR_FaceId *_this, MR_PassBy other_pass_by, MR_std_function_bool_from_MR_FaceId_MR_FaceId *other)
Definition MRId.h:32