#include <MRCMisc/common.h>
#include <MRCMisc/exports.h>
#include <stddef.h>
Go to the source code of this file.
|
MRC_API MR_VertColors *const * | MR_LinesLoadSettings_Get_colors (const MR_LinesLoadSettings *_this) |
|
MRC_API void | MR_LinesLoadSettings_Set_colors (MR_LinesLoadSettings *_this, MR_VertColors *value) |
|
MRC_API MR_VertColors ** | MR_LinesLoadSettings_GetMutable_colors (MR_LinesLoadSettings *_this) |
|
MRC_API const MR_std_function_bool_from_float * | MR_LinesLoadSettings_Get_callback (const MR_LinesLoadSettings *_this) |
|
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 MR_LinesLoadSettings * | MR_LinesLoadSettings_DefaultConstruct (void) |
|
MRC_API MR_LinesLoadSettings * | MR_LinesLoadSettings_DefaultConstructArray (size_t num_elems) |
|
MRC_API MR_LinesLoadSettings * | MR_LinesLoadSettings_ConstructFrom (MR_VertColors *colors, MR_PassBy callback_pass_by, MR_std_function_bool_from_float *callback) |
|
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 pointer points to an array element.
|
|
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 pointer points to an array element.
|
|
MRC_API MR_LinesLoadSettings * | MR_LinesLoadSettings_ConstructFromAnother (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_DestroyArray (const MR_LinesLoadSettings *_this) |
| Destroys a heap-allocated array of MR_LinesLoadSettings . Does nothing if the pointer is null.
|
|
MRC_API MR_LinesLoadSettings * | MR_LinesLoadSettings_AssignFromAnother (MR_LinesLoadSettings *_this, MR_PassBy _other_pass_by, MR_LinesLoadSettings *_other) |
|
◆ MR_LinesLoadSettings
setting for polyline loading from external format, and locations of optional output data Generated from class MR::LinesLoadSettings
. optional load artifact: per-vertex color map Returns a pointer to a member variable of class MR::LinesLoadSettings
named colors
. Parameter _this
can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
◆ MR_std_function_bool_from_float
◆ MR_VertColors
◆ MR_LinesLoadSettings_AssignFromAnother()
Generated from a method of class MR::LinesLoadSettings
named operator=
. Parameter _this
can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
◆ MR_LinesLoadSettings_ConstructFrom()
◆ MR_LinesLoadSettings_ConstructFromAnother()
◆ MR_LinesLoadSettings_DefaultConstruct()
Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_LinesLoadSettings_Destroy()
to free it when you're done using it.
◆ MR_LinesLoadSettings_DefaultConstructArray()
◆ MR_LinesLoadSettings_Destroy()
Destroys a heap-allocated instance of MR_LinesLoadSettings
. Does nothing if the pointer is null.
◆ MR_LinesLoadSettings_DestroyArray()
Destroys a heap-allocated array of MR_LinesLoadSettings
. Does nothing if the pointer is null.
◆ MR_LinesLoadSettings_Get_callback()
callback for set progress and stop process Modifies a member variable of class MR::LinesLoadSettings
named callback
. Parameter _this
can not be null. It is a single object.
◆ MR_LinesLoadSettings_Get_colors()
optional load artifact: per-vertex color map Modifies a member variable of class MR::LinesLoadSettings
named colors
. Parameter _this
can not be null. It is a single object.
◆ MR_LinesLoadSettings_GetMutable_callback()
◆ MR_LinesLoadSettings_GetMutable_colors()
callback for set progress and stop process Returns a pointer to a member variable of class MR::LinesLoadSettings
named callback
. Parameter _this
can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
◆ MR_LinesLoadSettings_OffsetMutablePtr()
Offsets a pointer to an array element by i
positions (not bytes). Use only if you're certain that the pointer points to an array element.
◆ MR_LinesLoadSettings_OffsetPtr()
Offsets a pointer to an array element by i
positions (not bytes). Use only if you're certain that the pointer points to an array element.
◆ MR_LinesLoadSettings_Set_callback()
callback for set progress and stop process Returns a mutable pointer to a member variable of class MR::LinesLoadSettings
named callback
. Parameter _this
can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
◆ MR_LinesLoadSettings_Set_colors()
optional load artifact: per-vertex color map Returns a mutable pointer to a member variable of class MR::LinesLoadSettings
named colors
. Parameter _this
can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.