struct MR_std_function_bool_from_float MR_std_function_bool_from_float
Definition MR3mf.h:10
struct MR_PointsLoadSettings MR_PointsLoadSettings
Definition MRCtm.h:16
struct MR_VertColors MR_VertColors
Definition MRE57.h:16
MRC_API MR_std_function_bool_from_float * MR_PointsLoadSettings_GetMutable_callback(MR_PointsLoadSettings *_this)
MRC_API MR_AffineXf3f ** MR_PointsLoadSettings_GetMutable_outXf(MR_PointsLoadSettings *_this)
MRC_API MR_PointsLoadSettings * MR_PointsLoadSettings_DefaultConstruct(void)
MRC_API void MR_PointsLoadSettings_Set_colors(MR_PointsLoadSettings *_this, MR_VertColors *value)
MRC_API MR_PointsLoadSettings * MR_PointsLoadSettings_AssignFromAnother(MR_PointsLoadSettings *_this, MR_PassBy _other_pass_by, MR_PointsLoadSettings *_other)
MRC_API MR_PointsLoadSettings * MR_PointsLoadSettings_ConstructFrom(MR_VertColors *colors, MR_AffineXf3f *outXf, MR_PassBy callback_pass_by, MR_std_function_bool_from_float *callback)
MRC_API void MR_PointsLoadSettings_Set_callback(MR_PointsLoadSettings *_this, MR_PassBy value_pass_by, MR_std_function_bool_from_float *value)
MRC_API MR_PointsLoadSettings * MR_PointsLoadSettings_OffsetMutablePtr(MR_PointsLoadSettings *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 const MR_std_function_bool_from_float * MR_PointsLoadSettings_Get_callback(const MR_PointsLoadSettings *_this)
MRC_API void MR_PointsLoadSettings_Destroy(const MR_PointsLoadSettings *_this)
Destroys a heap-allocated instance of MR_PointsLoadSettings. Does nothing if the pointer is null.
MRC_API MR_AffineXf3f *const * MR_PointsLoadSettings_Get_outXf(const MR_PointsLoadSettings *_this)
MRC_API const MR_PointsLoadSettings * MR_PointsLoadSettings_OffsetPtr(const MR_PointsLoadSettings *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 void MR_PointsLoadSettings_DestroyArray(const MR_PointsLoadSettings *_this)
Destroys a heap-allocated array of MR_PointsLoadSettings. Does nothing if the pointer is null.
MRC_API MR_PointsLoadSettings * MR_PointsLoadSettings_DefaultConstructArray(size_t num_elems)
MRC_API MR_PointsLoadSettings * MR_PointsLoadSettings_ConstructFromAnother(MR_PassBy _other_pass_by, MR_PointsLoadSettings *_other)
MRC_API void MR_PointsLoadSettings_Set_outXf(MR_PointsLoadSettings *_this, MR_AffineXf3f *value)
MRC_API MR_VertColors ** MR_PointsLoadSettings_GetMutable_colors(MR_PointsLoadSettings *_this)
MRC_API MR_VertColors *const * MR_PointsLoadSettings_Get_colors(const MR_PointsLoadSettings *_this)
MR_PassBy
Definition common.h:19
#define MRC_API
Definition exports.h:11
Definition MRAffineXf.h:36