MeshLib C Docs
Loading...
Searching...
No Matches
MRSerializer.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
MRCMisc/exports.h
>
4
5
#ifdef __cplusplus
6
extern
"C"
{
7
#endif
8
9
typedef
struct
MR_FaceBitSet
MR_FaceBitSet
;
// Defined in `#include <MRCMesh/MRBitSet.h>`.
10
typedef
struct
MR_Mesh
MR_Mesh
;
// Defined in `#include <MRCMesh/MRMesh.h>`.
11
typedef
struct
MR_expected_void_std_string
MR_expected_void_std_string
;
// Defined in `#include <MRCMisc/expected_void_std_string.h>`.
12
13
23
MRC_API
MR_expected_void_std_string
*
MR_serializeMesh
(
const
MR_Mesh
*mesh,
const
char
*path,
const
char
*path_end,
const
MR_FaceBitSet
*
selection
,
const
char
*
const
*serializeFormat);
24
25
#ifdef __cplusplus
26
}
// extern "C"
27
#endif
MR_FaceBitSet
struct MR_FaceBitSet MR_FaceBitSet
Definition
MRAABBTreeBase.h:25
MR_expected_void_std_string
struct MR_expected_void_std_string MR_expected_void_std_string
Definition
MRCtm.h:20
MR_Mesh
struct MR_Mesh MR_Mesh
Definition
MRCtm.h:13
MR_serializeMesh
MRC_API MR_expected_void_std_string * MR_serializeMesh(const MR_Mesh *mesh, const char *path, const char *path_end, const MR_FaceBitSet *selection, const char *const *serializeFormat)
exports.h
MRC_API
#define MRC_API
Definition
exports.h:11
selection
const VoxelBitSet & selection() const
MeshLib
Cbindings
MRCMesh
MRSerializer.h
Generated by
1.11.0