MeshLib C Docs
Loading...
Searching...
No Matches
std_function_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionResult.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 <stddef.h>
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
12typedef struct MR_MeshOrPoints_ProjectionResult MR_MeshOrPoints_ProjectionResult; // Defined in `#include <MRCMesh/MRMeshOrPoints.h>`.
13typedef struct MR_ObjId MR_ObjId; // Defined in `#include <MRCMesh/MRId.h>`.
14
15
19
23
28
32
36
39
42
45
48
56
69MRC_API void MR_std_function_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionResult_AssignWithDataPtr(MR_std_function_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionResult *_this, void (*func)(MR_ObjId *_1, MR_MeshOrPoints_ProjectionResult *_2, void *_userdata), void *userdata, void (*userdata_callback)(void **_this_userdata, void *_other_userdata));
70
71#ifdef __cplusplus
72} // extern "C"
73#endif
struct MR_MeshOrPoints_ProjectionResult MR_MeshOrPoints_ProjectionResult
Generated from class MR::MeshOrPoints::ProjectionResult.
Definition MRMeshOrPoints.h:43
struct MR_std_function_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionResult MR_std_function_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionResult
Definition MRMeshOrPoints.h:30
MR_PassBy
Definition common.h:19
#define MRC_API
Definition exports.h:11
MRC_API void MR_std_function_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionResult_AssignFromAnother(MR_std_function_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionResult *_this, MR_PassBy other_pass_by, MR_std_function_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionResult *other)
MRC_API void MR_std_function_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionResult_Destroy(const MR_std_function_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionResult *_this)
Destroys a heap-allocated instance of MR_std_function_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionRe...
MRC_API void MR_std_function_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionResult_AssignWithDataPtr(MR_std_function_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionResult *_this, void(*func)(MR_ObjId *_1, MR_MeshOrPoints_ProjectionResult *_2, void *_userdata), void *userdata, void(*userdata_callback)(void **_this_userdata, void *_other_userdata))
MRC_API void MR_std_function_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionResult_Assign(MR_std_function_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionResult *_this, void(*func)(MR_ObjId *_1, MR_MeshOrPoints_ProjectionResult *_2))
MRC_API const MR_std_function_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionResult * MR_std_function_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionResult_OffsetPtr(const MR_std_function_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionResult *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_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionResult * MR_std_function_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionResult_OffsetMutablePtr(MR_std_function_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionResult *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_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionResult * MR_std_function_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionResult_ConstructFromAnother(MR_PassBy other_pass_by, MR_std_function_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionResult *other)
MRC_API MR_std_function_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionResult * MR_std_function_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionResult_DefaultConstructArray(size_t num_elems)
MRC_API void MR_std_function_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionResult_DestroyArray(const MR_std_function_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionResult *_this)
Destroys a heap-allocated array of MR_std_function_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionResul...
MRC_API MR_std_function_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionResult * MR_std_function_void_from_MR_ObjId_MR_MeshOrPoints_ProjectionResult_DefaultConstruct(void)
Definition MRId.h:97