MeshLib C Docs
Loading...
Searching...
No Matches
MRPointsToMeshFusion.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/common.h>
4#include <MRCMisc/exports.h>
5
6#include <stddef.h>
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
12typedef struct MR_PointCloud MR_PointCloud; // Defined in `#include <MRCMesh/MRPointCloud.h>`.
13typedef struct MR_VertColors MR_VertColors; // Defined in `#include <MRCMesh/MRVector.h>`.
14typedef struct MR_expected_MR_Mesh_std_string MR_expected_MR_Mesh_std_string; // Defined in `#include <MRCMisc/expected_MR_Mesh_std_string.h>`.
15typedef struct MR_std_function_bool_from_float MR_std_function_bool_from_float; // Defined in `#include <MRCMisc/std_function_bool_from_float.h>`.
16
17
20
27
33
40
46
51
57
64
70
77
83
88
94
100
105
111
117
122
128
132
137
140
143
147
150
153
158
166
167#ifdef __cplusplus
168} // extern "C"
169#endif
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