MeshLib C Docs
Loading...
Searching...
No Matches
MRLevelOfDetails.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/exports.h>
4
5#include <stdint.h>
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11typedef struct MR_Mesh MR_Mesh; // Defined in `#include <MRCMesh/MRMesh.h>`.
12typedef struct MR_std_shared_ptr_MR_Object MR_std_shared_ptr_MR_Object; // Defined in `#include <MRCMisc/std_shared_ptr_MR_Object.h>`.
13
14
25
26#ifdef __cplusplus
27} // extern "C"
28#endif
struct MR_std_shared_ptr_MR_Object MR_std_shared_ptr_MR_Object
Definition MRAngleMeasurementObject.h:18
struct MR_Mesh MR_Mesh
Definition MRCtm.h:13
MRC_API MR_std_shared_ptr_MR_Object * MR_makeLevelOfDetails(MR_Mesh *mesh, int32_t maxDepth)
#define MRC_API
Definition exports.h:11