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
6extern "C" {
7#endif
8
9typedef struct MR_expected_MR_LoadedObjectT_std_string MR_expected_MR_LoadedObjectT_std_string; // Defined in `#include <MRCMisc/expected_MR_LoadedObjectT_std_string.h>`.
10typedef 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
20
21// loads scene from .model file in a new container object
28
29#ifdef __cplusplus
30} // extern "C"
31#endif
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)
struct MR_expected_MR_LoadedObjectT_std_string MR_expected_MR_LoadedObjectT_std_string
Definition MR3mf.h:9
struct MR_std_function_bool_from_float MR_std_function_bool_from_float
Definition MR3mf.h:10
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)
#define MRC_API
Definition exports.h:11