MeshLib
 
Loading...
Searching...
No Matches
MRMeshFwd.h File Reference
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>

Go to the source code of this file.

Macros

#define MRMESHC_API   __attribute__( ( visibility( "default" ) ) )
 
#define MR_EXTERN_C_BEGIN
 
#define MR_EXTERN_C_END
 

Typedefs

typedef typedefMR_EXTERN_C_BEGIN struct MRString MRString
 
typedef struct MRBitSet MRBitSet
 
typedef struct MREdgeBitSet MREdgeBitSet
 
typedef struct MRUndirectedEdgeBitSet MRUndirectedEdgeBitSet
 
typedef struct MRFaceBitSet MRFaceBitSet
 
typedef struct MRVertBitSet MRVertBitSet
 
typedef struct MRVector3f MRVector3f
 
typedef struct MRMeshTopology MRMeshTopology
 
typedef struct MRMesh MRMesh
 
typedef struct MRPointCloud MRPointCloud
 
typedef bool(* MRProgressCallback) (float)
 

Macro Definition Documentation

◆ MR_EXTERN_C_BEGIN

#define MR_EXTERN_C_BEGIN

◆ MR_EXTERN_C_END

#define MR_EXTERN_C_END

◆ MRMESHC_API

#define MRMESHC_API   __attribute__( ( visibility( "default" ) ) )

Typedef Documentation

◆ MRBitSet

typedef struct MRBitSet MRBitSet

◆ MREdgeBitSet

typedef struct MREdgeBitSet MREdgeBitSet

◆ MRFaceBitSet

typedef struct MRFaceBitSet MRFaceBitSet

◆ MRMesh

typedef struct MRMesh MRMesh

◆ MRMeshTopology

◆ MRPointCloud

typedef struct MRPointCloud MRPointCloud

◆ MRProgressCallback

typedef bool(* MRProgressCallback) (float)

◆ MRString

typedef typedefMR_EXTERN_C_BEGIN struct MRString MRString

◆ MRUndirectedEdgeBitSet

◆ MRVector3f

typedef struct MRVector3f MRVector3f

◆ MRVertBitSet

typedef struct MRVertBitSet MRVertBitSet