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
6extern "C" {
7#endif
8
9typedef struct MR_FaceBitSet MR_FaceBitSet; // Defined in `#include <MRCMesh/MRBitSet.h>`.
10typedef struct MR_Mesh MR_Mesh; // Defined in `#include <MRCMesh/MRMesh.h>`.
11typedef struct MR_expected_void_std_string MR_expected_void_std_string; // Defined in `#include <MRCMisc/expected_void_std_string.h>`.
12
13
23MRC_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
struct MR_FaceBitSet MR_FaceBitSet
Definition MRAABBTreeBase.h:25
struct MR_expected_void_std_string MR_expected_void_std_string
Definition MRCtm.h:20
struct MR_Mesh MR_Mesh
Definition MRCtm.h:13
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)
#define MRC_API
Definition exports.h:11
const VoxelBitSet & selection() const