MeshLib C Docs
Loading...
Searching...
No Matches
MROffsetVerts.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 <stdbool.h>
7
8
#ifdef __cplusplus
9
extern
"C"
{
10
#endif
11
12
typedef
struct
MR_Mesh
MR_Mesh
;
// Defined in `#include <MRCMesh/MRMesh.h>`.
13
typedef
struct
MR_std_function_bool_from_float
MR_std_function_bool_from_float
;
// Defined in `#include <MRCMisc/std_function_bool_from_float.h>`.
14
typedef
struct
MR_std_function_float_from_MR_VertId
MR_std_function_float_from_MR_VertId
;
// Defined in `#include <MRCMisc/std_function_float_from_MR_VertId.h>`.
15
16
22
MRC_API
bool
MR_offsetVerts
(
MR_Mesh
*mesh,
const
MR_std_function_float_from_MR_VertId
*offset,
MR_PassBy
cb_pass_by,
MR_std_function_bool_from_float
*cb);
23
24
#ifdef __cplusplus
25
}
// extern "C"
26
#endif
MR_std_function_bool_from_float
struct MR_std_function_bool_from_float MR_std_function_bool_from_float
Definition
MR3mf.h:10
MR_std_function_float_from_MR_VertId
struct MR_std_function_float_from_MR_VertId MR_std_function_float_from_MR_VertId
Definition
MRClosestWeightedPoint.h:18
MR_Mesh
struct MR_Mesh MR_Mesh
Definition
MRCtm.h:13
MR_offsetVerts
MRC_API bool MR_offsetVerts(MR_Mesh *mesh, const MR_std_function_float_from_MR_VertId *offset, MR_PassBy cb_pass_by, MR_std_function_bool_from_float *cb)
common.h
MR_PassBy
MR_PassBy
Definition
common.h:19
exports.h
MRC_API
#define MRC_API
Definition
exports.h:11
MeshLib
Cbindings
MRCMesh
MROffsetVerts.h
Generated by
1.11.0