MeshLib C Docs
Loading...
Searching...
No Matches
std_function_MR_CurvePoint_from_float.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_CurvePoint MR_CurvePoint; // Defined in `#include <MRCMesh/MRCurve.h>`.
13
14
18
22
27
33
39
42
45
49
53
58
63
75MRC_API MR_std_function_MR_CurvePoint_from_float *MR_std_function_MR_CurvePoint_from_float_ConstructWithDataPtr(const MR_CurvePoint *(*func)(float _1, void *_userdata), void *userdata, void (*userdata_callback)(void **_this_userdata, void *_other_userdata));
76
88MRC_API void MR_std_function_MR_CurvePoint_from_float_AssignWithDataPtr(MR_std_function_MR_CurvePoint_from_float *_this, const MR_CurvePoint *(*func)(float _1, void *_userdata), void *userdata, void (*userdata_callback)(void **_this_userdata, void *_other_userdata));
89
90#ifdef __cplusplus
91} // extern "C"
92#endif
struct MR_CurvePoint MR_CurvePoint
Definition MRAlignContoursToMesh.h:14
struct MR_std_function_MR_CurvePoint_from_float MR_std_function_MR_CurvePoint_from_float
Definition MRAlignContoursToMesh.h:20
MR_PassBy
Definition common.h:23
#define MRC_API
Definition exports.h:11
MRC_API void MR_std_function_MR_CurvePoint_from_float_Assign(MR_std_function_MR_CurvePoint_from_float *_this, const MR_CurvePoint *(*func)(float _1))
MRC_API void MR_std_function_MR_CurvePoint_from_float_AssignWithDataPtr(MR_std_function_MR_CurvePoint_from_float *_this, const MR_CurvePoint *(*func)(float _1, void *_userdata), void *userdata, void(*userdata_callback)(void **_this_userdata, void *_other_userdata))
MRC_API MR_std_function_MR_CurvePoint_from_float * MR_std_function_MR_CurvePoint_from_float_DefaultConstructArray(size_t num_elems)
MRC_API MR_std_function_MR_CurvePoint_from_float * MR_std_function_MR_CurvePoint_from_float_DefaultConstruct(void)
MRC_API const MR_std_function_MR_CurvePoint_from_float * MR_std_function_MR_CurvePoint_from_float_OffsetPtr(const MR_std_function_MR_CurvePoint_from_float *ptr, ptrdiff_t i)
MRC_API MR_std_function_MR_CurvePoint_from_float * MR_std_function_MR_CurvePoint_from_float_ConstructFromAnother(MR_PassBy other_pass_by, MR_std_function_MR_CurvePoint_from_float *other)
MRC_API MR_std_function_MR_CurvePoint_from_float * MR_std_function_MR_CurvePoint_from_float_OffsetMutablePtr(MR_std_function_MR_CurvePoint_from_float *ptr, ptrdiff_t i)
MRC_API void MR_std_function_MR_CurvePoint_from_float_DestroyArray(const MR_std_function_MR_CurvePoint_from_float *_this)
Destroys a heap-allocated array of MR_std_function_MR_CurvePoint_from_float. Does nothing if the poin...
MRC_API void MR_std_function_MR_CurvePoint_from_float_AssignFromAnother(MR_std_function_MR_CurvePoint_from_float *_this, MR_PassBy other_pass_by, MR_std_function_MR_CurvePoint_from_float *other)
MRC_API MR_std_function_MR_CurvePoint_from_float * MR_std_function_MR_CurvePoint_from_float_ConstructStateless(const MR_CurvePoint *(*func)(float _1))
MRC_API void MR_std_function_MR_CurvePoint_from_float_Destroy(const MR_std_function_MR_CurvePoint_from_float *_this)
Destroys a heap-allocated instance of MR_std_function_MR_CurvePoint_from_float. Does nothing if the p...
MRC_API MR_std_function_MR_CurvePoint_from_float * MR_std_function_MR_CurvePoint_from_float_ConstructWithDataPtr(const MR_CurvePoint *(*func)(float _1, void *_userdata), void *userdata, void(*userdata_callback)(void **_this_userdata, void *_other_userdata))