MeshLib C Docs
Loading...
Searching...
No Matches
MRMeshDecimateCallbacks.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_bool_from_MR_EdgeId_const_MR_Vector3f_ref MR_std_function_bool_from_MR_EdgeId_const_MR_Vector3f_ref; // Defined in `#include <MRCMisc/std_function_bool_from_MR_EdgeId_const_MR_Vector3f_ref.h>`.
12
13
33
34#ifdef __cplusplus
35} // extern "C"
36#endif
struct MR_Mesh MR_Mesh
Definition MRCtm.h:13
struct MR_MeshAttributesToUpdate MR_MeshAttributesToUpdate
Generated from class MR::MeshAttributesToUpdate.
Definition MRMeshAttributesToUpdate.h:19
MRC_API MR_std_function_bool_from_MR_EdgeId_const_MR_Vector3f_ref * MR_meshPreCollapseVertAttribute(const MR_Mesh *mesh, const MR_MeshAttributesToUpdate *params)
struct MR_std_function_bool_from_MR_EdgeId_const_MR_Vector3f_ref MR_std_function_bool_from_MR_EdgeId_const_MR_Vector3f_ref
Definition MRMeshDecimate.h:23
#define MRC_API
Definition exports.h:11