MeshLib C Docs
Loading...
Searching...
No Matches
MR3mf.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_expected_MR_LoadedObjectT_std_string
MR_expected_MR_LoadedObjectT_std_string
;
// Defined in `#include <MRCMisc/expected_MR_LoadedObjectT_std_string.h>`.
10
typedef
struct
MR_std_function_bool_from_float
MR_std_function_bool_from_float
;
// Defined in `#include <MRCMisc/std_function_bool_from_float.h>`.
11
12
13
// loads scene from 3MF file in a new container object
19
MRC_API
MR_expected_MR_LoadedObjectT_std_string
*
MR_deserializeObjectTreeFrom3mf
(
const
char
*file,
const
char
*file_end,
const
MR_std_function_bool_from_float
*callback);
20
21
// loads scene from .model file in a new container object
27
MRC_API
MR_expected_MR_LoadedObjectT_std_string
*
MR_deserializeObjectTreeFromModel
(
const
char
*file,
const
char
*file_end,
const
MR_std_function_bool_from_float
*callback);
28
29
#ifdef __cplusplus
30
}
// extern "C"
31
#endif
MR_deserializeObjectTreeFromModel
MRC_API MR_expected_MR_LoadedObjectT_std_string * MR_deserializeObjectTreeFromModel(const char *file, const char *file_end, const MR_std_function_bool_from_float *callback)
MR_expected_MR_LoadedObjectT_std_string
struct MR_expected_MR_LoadedObjectT_std_string MR_expected_MR_LoadedObjectT_std_string
Definition
MR3mf.h:9
MR_std_function_bool_from_float
struct MR_std_function_bool_from_float MR_std_function_bool_from_float
Definition
MR3mf.h:10
MR_deserializeObjectTreeFrom3mf
MRC_API MR_expected_MR_LoadedObjectT_std_string * MR_deserializeObjectTreeFrom3mf(const char *file, const char *file_end, const MR_std_function_bool_from_float *callback)
exports.h
MRC_API
#define MRC_API
Definition
exports.h:11
MeshLib
Cbindings
MRCIOExtras
MR3mf.h
Generated by
1.11.0