MeshLib C Docs
Loading...
Searching...
No Matches
MRLinesLoadSettings.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_VertColors MR_VertColors; // Defined in `#include <MRCMesh/MRVector.h>`.
14typedef struct MR_std_function_bool_from_float MR_std_function_bool_from_float; // Defined in `#include <MRCMisc/std_function_bool_from_float.h>`.
15
16
21
27
32
38
44
49
55
61
66
72
76
81
85
88
91
95
98
101
106
107#ifdef __cplusplus
108} // extern "C"
109#endif
struct MR_std_function_bool_from_float MR_std_function_bool_from_float
Definition MR3mf.h:10
struct MR_VertColors MR_VertColors
Definition MRCtm.h:22
MRC_API MR_LinesLoadSettings * MR_LinesLoadSettings_AssignFromAnother(MR_LinesLoadSettings *_this, MR_PassBy _other_pass_by, MR_LinesLoadSettings *_other)
MRC_API MR_LinesLoadSettings * MR_LinesLoadSettings_ConstructFrom(MR_VertColors *colors, MR_PassBy callback_pass_by, MR_std_function_bool_from_float *callback, bool telemetrySignal)
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 void MR_LinesLoadSettings_Set_telemetrySignal(MR_LinesLoadSettings *_this, bool value)
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 bool * MR_LinesLoadSettings_GetMutable_telemetrySignal(MR_LinesLoadSettings *_this)
MRC_API MR_LinesLoadSettings * MR_LinesLoadSettings_DefaultConstructArray(size_t num_elems)
MRC_API const bool * MR_LinesLoadSettings_Get_telemetrySignal(const MR_LinesLoadSettings *_this)
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:23
#define MRC_API
Definition exports.h:11