MeshLib C Docs
Loading...
Searching...
No Matches
MRPointsLoadSettings.h File Reference
#include <MRCMisc/common.h>
#include <MRCMisc/exports.h>
#include <stddef.h>

Go to the source code of this file.

Typedefs

typedef struct MR_AffineXf3f MR_AffineXf3f
 
typedef struct MR_VertColors MR_VertColors
 
typedef struct MR_std_function_bool_from_float MR_std_function_bool_from_float
 
typedef struct MR_PointsLoadSettings MR_PointsLoadSettings
 Generated from class MR::PointsLoadSettings.
 

Functions

MRC_API MR_VertColors *const * MR_PointsLoadSettings_Get_colors (const MR_PointsLoadSettings *_this)
 
MRC_API void MR_PointsLoadSettings_Set_colors (MR_PointsLoadSettings *_this, MR_VertColors *value)
 
MRC_API MR_VertColors ** MR_PointsLoadSettings_GetMutable_colors (MR_PointsLoadSettings *_this)
 
MRC_API MR_AffineXf3f *const * MR_PointsLoadSettings_Get_outXf (const MR_PointsLoadSettings *_this)
 
MRC_API void MR_PointsLoadSettings_Set_outXf (MR_PointsLoadSettings *_this, MR_AffineXf3f *value)
 
MRC_API MR_AffineXf3f ** MR_PointsLoadSettings_GetMutable_outXf (MR_PointsLoadSettings *_this)
 
MRC_API const MR_std_function_bool_from_floatMR_PointsLoadSettings_Get_callback (const MR_PointsLoadSettings *_this)
 
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_std_function_bool_from_floatMR_PointsLoadSettings_GetMutable_callback (MR_PointsLoadSettings *_this)
 
MRC_API MR_PointsLoadSettingsMR_PointsLoadSettings_DefaultConstruct (void)
 
MRC_API MR_PointsLoadSettingsMR_PointsLoadSettings_DefaultConstructArray (size_t num_elems)
 
MRC_API MR_PointsLoadSettingsMR_PointsLoadSettings_ConstructFrom (MR_VertColors *colors, MR_AffineXf3f *outXf, MR_PassBy callback_pass_by, MR_std_function_bool_from_float *callback)
 
MRC_API const MR_PointsLoadSettingsMR_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.
 
MRC_API MR_PointsLoadSettingsMR_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.
 
MRC_API MR_PointsLoadSettingsMR_PointsLoadSettings_ConstructFromAnother (MR_PassBy _other_pass_by, MR_PointsLoadSettings *_other)
 
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 MR_PointsLoadSettingsMR_PointsLoadSettings_AssignFromAnother (MR_PointsLoadSettings *_this, MR_PassBy _other_pass_by, MR_PointsLoadSettings *_other)
 

Typedef Documentation

◆ MR_AffineXf3f

typedef struct MR_AffineXf3f MR_AffineXf3f

◆ MR_PointsLoadSettings

Generated from class MR::PointsLoadSettings.

points where to load point color map Returns a 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.

◆ MR_std_function_bool_from_float

◆ MR_VertColors

typedef struct MR_VertColors MR_VertColors

Function Documentation

◆ MR_PointsLoadSettings_AssignFromAnother()

MRC_API MR_PointsLoadSettings * MR_PointsLoadSettings_AssignFromAnother ( MR_PointsLoadSettings * _this,
MR_PassBy _other_pass_by,
MR_PointsLoadSettings * _other )

Generated from a method of class MR::PointsLoadSettings 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_PointsLoadSettings_ConstructFrom()

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 )

Constructs MR::PointsLoadSettings elementwise. Never returns null. Returns an instance allocated on the heap! Must call MR_PointsLoadSettings_Destroy() to free it when you're done using it.

◆ MR_PointsLoadSettings_ConstructFromAnother()

MRC_API MR_PointsLoadSettings * MR_PointsLoadSettings_ConstructFromAnother ( MR_PassBy _other_pass_by,
MR_PointsLoadSettings * _other )

Generated from a constructor of class MR::PointsLoadSettings. Never returns null. Returns an instance allocated on the heap! Must call MR_PointsLoadSettings_Destroy() to free it when you're done using it.

◆ MR_PointsLoadSettings_DefaultConstruct()

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.

◆ MR_PointsLoadSettings_DefaultConstructArray()

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.

◆ MR_PointsLoadSettings_Destroy()

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.

◆ MR_PointsLoadSettings_DestroyArray()

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.

◆ MR_PointsLoadSettings_Get_callback()

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.

◆ MR_PointsLoadSettings_Get_colors()

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.

◆ MR_PointsLoadSettings_Get_outXf()

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.

◆ MR_PointsLoadSettings_GetMutable_callback()

MRC_API MR_std_function_bool_from_float * MR_PointsLoadSettings_GetMutable_callback ( MR_PointsLoadSettings * _this)

◆ MR_PointsLoadSettings_GetMutable_colors()

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.

◆ MR_PointsLoadSettings_GetMutable_outXf()

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.

◆ MR_PointsLoadSettings_OffsetMutablePtr()

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.

◆ MR_PointsLoadSettings_OffsetPtr()

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.

◆ MR_PointsLoadSettings_Set_callback()

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.

◆ MR_PointsLoadSettings_Set_colors()

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.

◆ MR_PointsLoadSettings_Set_outXf()

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.