178MRC_API MR_PolylineSubdivideSettings *
MR_PolylineSubdivideSettings_ConstructFrom(
float maxEdgeLen, int32_t maxEdgeSplits,
MR_VertBitSet *region,
MR_VertBitSet *newVerts,
bool useCurvature,
MR_PassBy onVertCreated_pass_by,
MR_std_function_void_from_MR_VertId *onVertCreated,
MR_PassBy onEdgeSplit_pass_by,
MR_std_function_void_from_MR_EdgeId_MR_EdgeId *onEdgeSplit,
MR_PassBy progressCallback_pass_by,
MR_std_function_bool_from_float *progressCallback);
struct MR_std_function_bool_from_float MR_std_function_bool_from_float
Definition MR3mf.h:10
struct MR_Polyline3 MR_Polyline3
Definition MRAABBTreePolyline.h:16
struct MR_Polyline2 MR_Polyline2
Definition MRAABBTreePolyline.h:15
struct MR_VertBitSet MR_VertBitSet
Definition MRAABBTree.h:15
struct MR_std_function_void_from_MR_EdgeId_MR_EdgeId MR_std_function_void_from_MR_EdgeId_MR_EdgeId
Definition MRFillHoleNicely.h:24
struct MR_std_function_void_from_MR_VertId MR_std_function_void_from_MR_VertId
Definition MRMeshSubdivide.h:25
MRC_API MR_VertBitSet ** MR_PolylineSubdivideSettings_GetMutable_region(MR_PolylineSubdivideSettings *_this)
MRC_API MR_VertBitSet *const * MR_PolylineSubdivideSettings_Get_region(const MR_PolylineSubdivideSettings *_this)
MRC_API MR_PolylineSubdivideSettings * MR_PolylineSubdivideSettings_OffsetMutablePtr(MR_PolylineSubdivideSettings *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_PolylineSubdivideSettings * MR_PolylineSubdivideSettings_AssignFromAnother(MR_PolylineSubdivideSettings *_this, MR_PassBy _other_pass_by, MR_PolylineSubdivideSettings *_other)
MRC_API bool * MR_PolylineSubdivideSettings_GetMutable_useCurvature(MR_PolylineSubdivideSettings *_this)
MRC_API void MR_PolylineSubdivideSettings_DestroyArray(const MR_PolylineSubdivideSettings *_this)
Destroys a heap-allocated array of MR_PolylineSubdivideSettings. Does nothing if the pointer is null.
MRC_API int32_t MR_subdividePolyline_MR_Polyline3(MR_Polyline3 *polyline, const MR_PolylineSubdivideSettings *settings)
MRC_API void MR_PolylineSubdivideSettings_Set_onVertCreated(MR_PolylineSubdivideSettings *_this, MR_PassBy value_pass_by, MR_std_function_void_from_MR_VertId *value)
MRC_API MR_VertBitSet ** MR_PolylineSubdivideSettings_GetMutable_newVerts(MR_PolylineSubdivideSettings *_this)
MRC_API void MR_PolylineSubdivideSettings_Set_newVerts(MR_PolylineSubdivideSettings *_this, MR_VertBitSet *value)
MRC_API int32_t MR_subdividePolyline_MR_Polyline2(MR_Polyline2 *polyline, const MR_PolylineSubdivideSettings *settings)
MRC_API int32_t * MR_PolylineSubdivideSettings_GetMutable_maxEdgeSplits(MR_PolylineSubdivideSettings *_this)
MRC_API const MR_std_function_bool_from_float * MR_PolylineSubdivideSettings_Get_progressCallback(const MR_PolylineSubdivideSettings *_this)
MRC_API MR_PolylineSubdivideSettings * MR_PolylineSubdivideSettings_ConstructFrom(float maxEdgeLen, int32_t maxEdgeSplits, MR_VertBitSet *region, MR_VertBitSet *newVerts, bool useCurvature, MR_PassBy onVertCreated_pass_by, MR_std_function_void_from_MR_VertId *onVertCreated, MR_PassBy onEdgeSplit_pass_by, MR_std_function_void_from_MR_EdgeId_MR_EdgeId *onEdgeSplit, MR_PassBy progressCallback_pass_by, MR_std_function_bool_from_float *progressCallback)
MRC_API void MR_PolylineSubdivideSettings_Set_maxEdgeLen(MR_PolylineSubdivideSettings *_this, float value)
MRC_API MR_PolylineSubdivideSettings * MR_PolylineSubdivideSettings_ConstructFromAnother(MR_PassBy _other_pass_by, MR_PolylineSubdivideSettings *_other)
MRC_API const bool * MR_PolylineSubdivideSettings_Get_useCurvature(const MR_PolylineSubdivideSettings *_this)
MRC_API void MR_PolylineSubdivideSettings_Set_progressCallback(MR_PolylineSubdivideSettings *_this, MR_PassBy value_pass_by, MR_std_function_bool_from_float *value)
MRC_API MR_std_function_bool_from_float * MR_PolylineSubdivideSettings_GetMutable_progressCallback(MR_PolylineSubdivideSettings *_this)
struct MR_PolylineSubdivideSettings MR_PolylineSubdivideSettings
Generated from class MR::PolylineSubdivideSettings.
Definition MRPolylineSubdivide.h:23
MRC_API void MR_PolylineSubdivideSettings_Destroy(const MR_PolylineSubdivideSettings *_this)
Destroys a heap-allocated instance of MR_PolylineSubdivideSettings. Does nothing if the pointer is nu...
MRC_API void MR_PolylineSubdivideSettings_Set_maxEdgeSplits(MR_PolylineSubdivideSettings *_this, int32_t value)
MRC_API MR_std_function_void_from_MR_VertId * MR_PolylineSubdivideSettings_GetMutable_onVertCreated(MR_PolylineSubdivideSettings *_this)
MRC_API MR_std_function_void_from_MR_EdgeId_MR_EdgeId * MR_PolylineSubdivideSettings_GetMutable_onEdgeSplit(MR_PolylineSubdivideSettings *_this)
MRC_API MR_PolylineSubdivideSettings * MR_PolylineSubdivideSettings_DefaultConstructArray(size_t num_elems)
MRC_API MR_VertBitSet *const * MR_PolylineSubdivideSettings_Get_newVerts(const MR_PolylineSubdivideSettings *_this)
MRC_API void MR_PolylineSubdivideSettings_Set_useCurvature(MR_PolylineSubdivideSettings *_this, bool value)
MRC_API const MR_PolylineSubdivideSettings * MR_PolylineSubdivideSettings_OffsetPtr(const MR_PolylineSubdivideSettings *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 const float * MR_PolylineSubdivideSettings_Get_maxEdgeLen(const MR_PolylineSubdivideSettings *_this)
MRC_API void MR_PolylineSubdivideSettings_Set_onEdgeSplit(MR_PolylineSubdivideSettings *_this, MR_PassBy value_pass_by, MR_std_function_void_from_MR_EdgeId_MR_EdgeId *value)
MRC_API void MR_PolylineSubdivideSettings_Set_region(MR_PolylineSubdivideSettings *_this, MR_VertBitSet *value)
MRC_API MR_PolylineSubdivideSettings * MR_PolylineSubdivideSettings_DefaultConstruct(void)
MRC_API const MR_std_function_void_from_MR_VertId * MR_PolylineSubdivideSettings_Get_onVertCreated(const MR_PolylineSubdivideSettings *_this)
MRC_API float * MR_PolylineSubdivideSettings_GetMutable_maxEdgeLen(MR_PolylineSubdivideSettings *_this)
MRC_API const int32_t * MR_PolylineSubdivideSettings_Get_maxEdgeSplits(const MR_PolylineSubdivideSettings *_this)
MRC_API const MR_std_function_void_from_MR_EdgeId_MR_EdgeId * MR_PolylineSubdivideSettings_Get_onEdgeSplit(const MR_PolylineSubdivideSettings *_this)
MR_PassBy
Definition common.h:19
#define MRC_API
Definition exports.h:11