struct MR_std_function_bool_from_float MR_std_function_bool_from_float
Definition MR3mf.h:10
struct MR_expected_MR_Mesh_std_string MR_expected_MR_Mesh_std_string
Definition MRCtm.h:18
struct MR_PointCloud MR_PointCloud
Definition MRCtm.h:15
struct MR_VertColors MR_VertColors
Definition MRE57.h:16
MRC_API MR_PointsToMeshParameters * MR_PointsToMeshParameters_DefaultConstruct(void)
MRC_API void MR_PointsToMeshParameters_Set_progress(MR_PointsToMeshParameters *_this, MR_PassBy value_pass_by, MR_std_function_bool_from_float *value)
MRC_API const float * MR_PointsToMeshParameters_Get_minWeight(const MR_PointsToMeshParameters *_this)
MRC_API float * MR_PointsToMeshParameters_GetMutable_minWeight(MR_PointsToMeshParameters *_this)
MRC_API void MR_PointsToMeshParameters_Set_sigma(MR_PointsToMeshParameters *_this, float value)
MRC_API const float * MR_PointsToMeshParameters_Get_voxelSize(const MR_PointsToMeshParameters *_this)
MRC_API MR_std_function_bool_from_float * MR_PointsToMeshParameters_GetMutable_progress(MR_PointsToMeshParameters *_this)
MRC_API MR_PointsToMeshParameters * MR_PointsToMeshParameters_ConstructFromAnother(MR_PassBy _other_pass_by, MR_PointsToMeshParameters *_other)
MRC_API void MR_PointsToMeshParameters_Set_ptColors(MR_PointsToMeshParameters *_this, const MR_VertColors *value)
MRC_API void MR_PointsToMeshParameters_Set_vColors(MR_PointsToMeshParameters *_this, MR_VertColors *value)
MRC_API void MR_PointsToMeshParameters_Set_voxelSize(MR_PointsToMeshParameters *_this, float value)
MRC_API void MR_PointsToMeshParameters_DestroyArray(const MR_PointsToMeshParameters *_this)
Destroys a heap-allocated array of MR_PointsToMeshParameters. Does nothing if the pointer is null.
MRC_API const float * MR_PointsToMeshParameters_Get_sigma(const MR_PointsToMeshParameters *_this)
MRC_API const MR_PointsToMeshParameters * MR_PointsToMeshParameters_OffsetPtr(const MR_PointsToMeshParameters *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_PointsToMeshParameters * MR_PointsToMeshParameters_DefaultConstructArray(size_t num_elems)
MRC_API void MR_PointsToMeshParameters_Set_minWeight(MR_PointsToMeshParameters *_this, float value)
MRC_API MR_VertColors *const * MR_PointsToMeshParameters_Get_vColors(const MR_PointsToMeshParameters *_this)
MRC_API const MR_VertColors ** MR_PointsToMeshParameters_GetMutable_ptColors(MR_PointsToMeshParameters *_this)
MRC_API float * MR_PointsToMeshParameters_GetMutable_sigma(MR_PointsToMeshParameters *_this)
MRC_API const MR_std_function_bool_from_float * MR_PointsToMeshParameters_Get_progress(const MR_PointsToMeshParameters *_this)
MRC_API MR_expected_MR_Mesh_std_string * MR_pointsToMeshFusion(const MR_PointCloud *cloud, const MR_PointsToMeshParameters *params)
MRC_API void MR_PointsToMeshParameters_Destroy(const MR_PointsToMeshParameters *_this)
Destroys a heap-allocated instance of MR_PointsToMeshParameters. Does nothing if the pointer is null.
struct MR_PointsToMeshParameters MR_PointsToMeshParameters
Generated from class MR::PointsToMeshParameters.
Definition MRPointsToMeshFusion.h:19
MRC_API float * MR_PointsToMeshParameters_GetMutable_voxelSize(MR_PointsToMeshParameters *_this)
MRC_API MR_PointsToMeshParameters * MR_PointsToMeshParameters_AssignFromAnother(MR_PointsToMeshParameters *_this, MR_PassBy _other_pass_by, MR_PointsToMeshParameters *_other)
MRC_API MR_VertColors ** MR_PointsToMeshParameters_GetMutable_vColors(MR_PointsToMeshParameters *_this)
MRC_API const MR_VertColors *const * MR_PointsToMeshParameters_Get_ptColors(const MR_PointsToMeshParameters *_this)
MRC_API MR_PointsToMeshParameters * MR_PointsToMeshParameters_OffsetMutablePtr(MR_PointsToMeshParameters *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MR_PassBy
Definition common.h:19
#define MRC_API
Definition exports.h:11