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#ifdef __cplusplus
6extern "C" {
7#endif
8
9typedef struct MR_Mesh MR_Mesh; // Defined in `#include <MRCMesh/MRMesh.h>`.
10typedef struct MR_std_shared_ptr_MR_Object MR_std_shared_ptr_MR_Object; // Defined in `#include <MRCMisc/std_shared_ptr_MR_Object.h>`.
11
12
23
24#ifdef __cplusplus
25} // extern "C"
26#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:12
MRC_API MR_std_shared_ptr_MR_Object * MR_makeLevelOfDetails(MR_Mesh *mesh, int maxDepth)
#define MRC_API
Definition exports.h:11