#include <MRCMisc/exports.h>
Go to the source code of this file.
Typedefs | |
typedef struct MR_expected_MR_LoadedObjectT_std_string | MR_expected_MR_LoadedObjectT_std_string |
typedef struct MR_std_function_bool_from_float | MR_std_function_bool_from_float |
Functions | |
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) |
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) |
typedef struct MR_std_function_bool_from_float MR_std_function_bool_from_float |
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 ) |
Generated from function MR::deserializeObjectTreeFrom3mf
. Parameter file
is a UTF-8 encoded filesystem path. Parameter callback
is a single object. Parameter callback
has a default argument: {}
, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_MR_LoadedObjectT_std_string_Destroy()
to free it when you're done using it.
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 ) |
Generated from function MR::deserializeObjectTreeFromModel
. Parameter file
is a UTF-8 encoded filesystem path. Parameter callback
is a single object. Parameter callback
has a default argument: {}
, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_MR_LoadedObjectT_std_string_Destroy()
to free it when you're done using it.