struct MR_std_function_bool_from_float MR_std_function_bool_from_float
Definition MR3mf.h:10
struct MR_VertColors MR_VertColors
Definition MRE57.h:16
MRC_API MR_LinesLoadSettings * MR_LinesLoadSettings_AssignFromAnother(MR_LinesLoadSettings *_this, MR_PassBy _other_pass_by, MR_LinesLoadSettings *_other)
MRC_API void MR_LinesLoadSettings_Destroy(const MR_LinesLoadSettings *_this)
Destroys a heap-allocated instance of MR_LinesLoadSettings. Does nothing if the pointer is null.
MRC_API void MR_LinesLoadSettings_Set_colors(MR_LinesLoadSettings *_this, MR_VertColors *value)
MRC_API void MR_LinesLoadSettings_Set_callback(MR_LinesLoadSettings *_this, MR_PassBy value_pass_by, MR_std_function_bool_from_float *value)
MRC_API MR_std_function_bool_from_float * MR_LinesLoadSettings_GetMutable_callback(MR_LinesLoadSettings *_this)
MRC_API void MR_LinesLoadSettings_DestroyArray(const MR_LinesLoadSettings *_this)
Destroys a heap-allocated array of MR_LinesLoadSettings. Does nothing if the pointer is null.
MRC_API const MR_LinesLoadSettings * MR_LinesLoadSettings_OffsetPtr(const MR_LinesLoadSettings *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_LinesLoadSettings * MR_LinesLoadSettings_ConstructFromAnother(MR_PassBy _other_pass_by, MR_LinesLoadSettings *_other)
MRC_API MR_LinesLoadSettings * MR_LinesLoadSettings_DefaultConstruct(void)
MRC_API MR_VertColors *const * MR_LinesLoadSettings_Get_colors(const MR_LinesLoadSettings *_this)
MRC_API MR_LinesLoadSettings * MR_LinesLoadSettings_OffsetMutablePtr(MR_LinesLoadSettings *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_VertColors ** MR_LinesLoadSettings_GetMutable_colors(MR_LinesLoadSettings *_this)
MRC_API MR_LinesLoadSettings * MR_LinesLoadSettings_ConstructFrom(MR_VertColors *colors, MR_PassBy callback_pass_by, MR_std_function_bool_from_float *callback)
MRC_API MR_LinesLoadSettings * MR_LinesLoadSettings_DefaultConstructArray(size_t num_elems)
MRC_API const MR_std_function_bool_from_float * MR_LinesLoadSettings_Get_callback(const MR_LinesLoadSettings *_this)
struct MR_LinesLoadSettings MR_LinesLoadSettings
Definition MRLinesLoad.h:9
MR_PassBy
Definition common.h:19
#define MRC_API
Definition exports.h:11