MeshLib C Docs
Loading...
Searching...
No Matches
MRMeshSubdivideCallbacks.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/exports.h>
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9typedef struct MR_Mesh MR_Mesh; // Defined in `#include <MRCMesh/MRMesh.h>`.
10typedef struct MR_MeshAttributesToUpdate MR_MeshAttributesToUpdate; // Defined in `#include <MRCMesh/MRMeshAttributesToUpdate.h>`.
11typedef struct MR_std_function_void_from_MR_EdgeId_MR_EdgeId MR_std_function_void_from_MR_EdgeId_MR_EdgeId; // Defined in `#include <MRCMisc/std_function_void_from_MR_EdgeId_MR_EdgeId.h>`.
12
13
30
36
42
43#ifdef __cplusplus
44} // extern "C"
45#endif
struct MR_Mesh MR_Mesh
Definition MRCtm.h:13
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_MeshAttributesToUpdate MR_MeshAttributesToUpdate
Generated from class MR::MeshAttributesToUpdate.
Definition MRMeshAttributesToUpdate.h:19
MRC_API MR_std_function_void_from_MR_EdgeId_MR_EdgeId * MR_meshOnEdgeSplitFaceAttribute(const MR_Mesh *mesh, const MR_MeshAttributesToUpdate *params)
MRC_API MR_std_function_void_from_MR_EdgeId_MR_EdgeId * MR_meshOnEdgeSplitVertAttribute(const MR_Mesh *mesh, const MR_MeshAttributesToUpdate *params)
MRC_API MR_std_function_void_from_MR_EdgeId_MR_EdgeId * MR_meshOnEdgeSplitAttribute(const MR_Mesh *mesh, const MR_MeshAttributesToUpdate *params)
#define MRC_API
Definition exports.h:11