14# define MRMESHC_API __declspec( dllexport )
16# define MRMESHC_API __declspec( dllimport )
19# define MRMESHC_API __attribute__( ( visibility( "default" ) ) )
23#define MR_EXTERN_C_BEGIN extern "C" {
24#define MR_EXTERN_C_END }
26#define MR_EXTERN_C_BEGIN
27#define MR_EXTERN_C_END
#define MR_EXTERN_C_BEGIN
Definition MRMeshC/MRMeshFwd.h:26
struct MRPointCloud MRPointCloud
Definition MRMeshC/MRMeshFwd.h:45
bool(* MRProgressCallback)(float)
Definition MRMeshC/MRMeshFwd.h:47
struct MRVertBitSet MRVertBitSet
Definition MRMeshC/MRMeshFwd.h:38
#define MR_EXTERN_C_END
Definition MRMeshC/MRMeshFwd.h:27
struct MRUndirectedEdgeBitSet MRUndirectedEdgeBitSet
Definition MRMeshC/MRMeshFwd.h:36
struct MRMesh MRMesh
Definition MRMeshC/MRMeshFwd.h:43
struct MRMeshTopology MRMeshTopology
Definition MRMeshC/MRMeshFwd.h:42
struct MRFaceBitSet MRFaceBitSet
Definition MRMeshC/MRMeshFwd.h:37
typedefMR_EXTERN_C_BEGIN struct MRString MRString
Definition MRMeshC/MRMeshFwd.h:32
struct MRBitSet MRBitSet
Definition MRMeshC/MRMeshFwd.h:34
struct MREdgeBitSet MREdgeBitSet
Definition MRMeshC/MRMeshFwd.h:35
three-dimensional vector
Definition MRMeshC/MRVector3.h:9