Go to the source code of this file.
| MRC_API MR_PointsLoadSettings * MR_PointsLoadSettings_AssignFromAnother | ( | MR_PointsLoadSettings * | _this, |
| MR_PassBy | _other_pass_by, | ||
| MR_PointsLoadSettings * | _other ) |
Generated from method MR::PointsLoadSettings::operator=. Parameter _this can not be null. It is a single object. The reference to things referred to by the parameter _other (if any) might be preserved in this object. The returned pointer will never be null. It is non-owning, do NOT destroy it. When this function is called, this object will drop any object references it held previously.
| 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, | ||
| bool | telemetrySignal ) |
Constructs MR::PointsLoadSettings elementwise. The reference to the parameter colors might be preserved in the constructed object. The reference to the parameter outXf might be preserved in the constructed object. The reference to the parameter callback might be preserved in the constructed object. Never returns null. Returns an instance allocated on the heap! Must call MR_PointsLoadSettings_Destroy() to free it when you're done using it. When this function is called, this object will drop any object references it held previously.
| MRC_API MR_PointsLoadSettings * MR_PointsLoadSettings_ConstructFromAnother | ( | MR_PassBy | _other_pass_by, |
| MR_PointsLoadSettings * | _other ) |
Generated from constructor MR::PointsLoadSettings::PointsLoadSettings. The reference to things referred to by the parameter _other (if any) might be preserved in the constructed object. Never returns null. Returns an instance allocated on the heap! Must call MR_PointsLoadSettings_Destroy() to free it when you're done using it.
| MRC_API MR_PointsLoadSettings * MR_PointsLoadSettings_DefaultConstruct | ( | void | ) |
Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_PointsLoadSettings_Destroy() to free it when you're done using it.
| MRC_API MR_PointsLoadSettings * MR_PointsLoadSettings_DefaultConstructArray | ( | size_t | num_elems | ) |
Constructs an array of empty (default-constructed) instances, of the specified size. Will never return null. The array must be destroyed using MR_PointsLoadSettings_DestroyArray(). Use MR_PointsLoadSettings_OffsetMutablePtr() and MR_PointsLoadSettings_OffsetPtr() to access the array elements.
| 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 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 const MR_std_function_bool_from_float * MR_PointsLoadSettings_Get_callback | ( | const MR_PointsLoadSettings * | _this | ) |
callback for set progress and stop process Modifies a member variable of class MR::PointsLoadSettings named callback. Parameter _this can not be null. It is a single object. The reference to the parameter value might be preserved in this object in element callback. When this function is called, this object will drop object references it held previously in callback.
| MRC_API MR_VertColors *const * MR_PointsLoadSettings_Get_colors | ( | const MR_PointsLoadSettings * | _this | ) |
points where to load point color map Modifies a member variable of class MR::PointsLoadSettings named colors. Parameter _this can not be null. It is a single object. The reference to the parameter value might be preserved in this object in element colors. When this function is called, this object will drop object references it held previously in colors.
| MRC_API MR_AffineXf3f *const * MR_PointsLoadSettings_Get_outXf | ( | const MR_PointsLoadSettings * | _this | ) |
transform for the loaded point cloud Modifies a member variable of class MR::PointsLoadSettings named outXf. Parameter _this can not be null. It is a single object. The reference to the parameter value might be preserved in this object in element outXf. When this function is called, this object will drop object references it held previously in outXf.
| MRC_API const bool * MR_PointsLoadSettings_Get_telemetrySignal | ( | const MR_PointsLoadSettings * | _this | ) |
permit telemetry signal about loading Modifies a member variable of class MR::PointsLoadSettings named telemetrySignal. Parameter _this can not be null. It is a single object. When this function is called, this object will drop object references it held previously in telemetrySignal.
| MRC_API MR_std_function_bool_from_float * MR_PointsLoadSettings_GetMutable_callback | ( | MR_PointsLoadSettings * | _this | ) |
permit telemetry signal about loading Returns a pointer to a member variable of class MR::PointsLoadSettings named telemetrySignal. 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. The reference to this object might be preserved as the return value.
| MRC_API MR_VertColors ** MR_PointsLoadSettings_GetMutable_colors | ( | MR_PointsLoadSettings * | _this | ) |
transform for the loaded point cloud Returns a pointer to a member variable of class MR::PointsLoadSettings named outXf. 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. The reference to this object might be preserved as the return value.
| MRC_API MR_AffineXf3f ** MR_PointsLoadSettings_GetMutable_outXf | ( | MR_PointsLoadSettings * | _this | ) |
callback for set progress and stop process Returns a pointer to a member variable of class MR::PointsLoadSettings 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. The reference to this object might be preserved as the return value.
| MRC_API bool * MR_PointsLoadSettings_GetMutable_telemetrySignal | ( | MR_PointsLoadSettings * | _this | ) |
| 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 pointer points to an array element. The reference to the parameter ptr might be preserved in the return value.
| 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 pointer points to an array element. The reference to the parameter ptr might be preserved in the return value.
| MRC_API void MR_PointsLoadSettings_Set_callback | ( | MR_PointsLoadSettings * | _this, |
| MR_PassBy | value_pass_by, | ||
| MR_std_function_bool_from_float * | value ) |
callback for set progress and stop process Returns a mutable pointer to a member variable of class MR::PointsLoadSettings 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. The reference to this object might be preserved as the return value.
| MRC_API void MR_PointsLoadSettings_Set_colors | ( | MR_PointsLoadSettings * | _this, |
| MR_VertColors * | value ) |
points where to load point color map Returns a mutable pointer to a member variable of class MR::PointsLoadSettings 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. The reference to this object might be preserved as the return value.
| MRC_API void MR_PointsLoadSettings_Set_outXf | ( | MR_PointsLoadSettings * | _this, |
| MR_AffineXf3f * | value ) |
transform for the loaded point cloud Returns a mutable pointer to a member variable of class MR::PointsLoadSettings named outXf. 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. The reference to this object might be preserved as the return value.
| MRC_API void MR_PointsLoadSettings_Set_telemetrySignal | ( | MR_PointsLoadSettings * | _this, |
| bool | value ) |
permit telemetry signal about loading Returns a mutable pointer to a member variable of class MR::PointsLoadSettings named telemetrySignal. 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. The reference to this object might be preserved as the return value.