MeshLib C Docs
Loading...
Searching...
No Matches
std_function_MR_AABBTreePoints.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_AABBTreePoints MR_AABBTreePoints; // Defined in `#include <MRCMesh/MRAABBTreePoints.h>`.
14
15
19
23
28
34
40
43
46
50
54
58
62
67
72
77
108MRC_API MR_std_function_MR_AABBTreePoints *MR_std_function_MR_AABBTreePoints_ConstructEx(MR_AABBTreePoints *(*func)(MR_PassBy *_return_pass_by, void *_userdata, void **_cleanup_value), void *userdata, void (*postcall_callback)(void *_userdata, void *_cleanup_value), void (*userdata_callback)(void **_this_userdata, void *_other_userdata));
109
140MRC_API void MR_std_function_MR_AABBTreePoints_AssignEx(MR_std_function_MR_AABBTreePoints *_this, MR_AABBTreePoints *(*func)(MR_PassBy *_return_pass_by, void *_userdata, void **_cleanup_value), void *userdata, void (*postcall_callback)(void *_userdata, void *_cleanup_value), void (*userdata_callback)(void **_this_userdata, void *_other_userdata));
141
142#ifdef __cplusplus
143} // extern "C"
144#endif
struct MR_AABBTreePoints MR_AABBTreePoints
Definition MRAABBTreePoints.h:37
struct MR_std_function_MR_AABBTreePoints MR_std_function_MR_AABBTreePoints
Definition MRUniqueThreadSafeOwner.h:15
MR_PassBy
Definition common.h:23
#define MRC_API
Definition include/MRCMisc/exports.h:11
MRC_API MR_std_function_MR_AABBTreePoints * MR_std_function_MR_AABBTreePoints_ConstructStateless(MR_AABBTreePoints *(*func)(MR_PassBy *_return_pass_by))
MRC_API void MR_std_function_MR_AABBTreePoints_Assign(MR_std_function_MR_AABBTreePoints *_this, MR_AABBTreePoints *(*func)(MR_PassBy *_return_pass_by))
MRC_API MR_AABBTreePoints * MR_std_function_MR_AABBTreePoints_call(const MR_std_function_MR_AABBTreePoints *_this)
MRC_API void MR_std_function_MR_AABBTreePoints_DestroyArray(const MR_std_function_MR_AABBTreePoints *_this)
Destroys a heap-allocated array of MR_std_function_MR_AABBTreePoints. Does nothing if the pointer is ...
MRC_API MR_std_function_MR_AABBTreePoints * MR_std_function_MR_AABBTreePoints_ConstructFromAnother(MR_PassBy other_pass_by, MR_std_function_MR_AABBTreePoints *other)
MRC_API MR_std_function_MR_AABBTreePoints * MR_std_function_MR_AABBTreePoints_DefaultConstruct(void)
MRC_API MR_std_function_MR_AABBTreePoints * MR_std_function_MR_AABBTreePoints_DefaultConstructArray(size_t num_elems)
MRC_API void MR_std_function_MR_AABBTreePoints_AssignFromAnother(MR_std_function_MR_AABBTreePoints *_this, MR_PassBy other_pass_by, MR_std_function_MR_AABBTreePoints *other)
MRC_API const MR_std_function_MR_AABBTreePoints * MR_std_function_MR_AABBTreePoints_OffsetPtr(const MR_std_function_MR_AABBTreePoints *ptr, ptrdiff_t i)
MRC_API MR_std_function_MR_AABBTreePoints * MR_std_function_MR_AABBTreePoints_ConstructEx(MR_AABBTreePoints *(*func)(MR_PassBy *_return_pass_by, 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_MR_AABBTreePoints_AssignEx(MR_std_function_MR_AABBTreePoints *_this, MR_AABBTreePoints *(*func)(MR_PassBy *_return_pass_by, 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 bool MR_std_function_MR_AABBTreePoints_has_value(const MR_std_function_MR_AABBTreePoints *_this)
MRC_API void MR_std_function_MR_AABBTreePoints_Destroy(const MR_std_function_MR_AABBTreePoints *_this)
Destroys a heap-allocated instance of MR_std_function_MR_AABBTreePoints. Does nothing if the pointer ...
MRC_API void MR_std_function_MR_AABBTreePoints_reset(MR_std_function_MR_AABBTreePoints *_this)
MRC_API MR_std_function_MR_AABBTreePoints * MR_std_function_MR_AABBTreePoints_OffsetMutablePtr(MR_std_function_MR_AABBTreePoints *ptr, ptrdiff_t i)