MeshLib C Docs
Loading...
Searching...
No Matches
MRStep.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_MeshLoadSettings MR_MeshLoadSettings; // Defined in `#include <MRCMesh/MRMeshLoadSettings.h>`.
10typedef struct MR_expected_MR_Mesh_std_string MR_expected_MR_Mesh_std_string; // Defined in `#include <MRCMisc/expected_MR_Mesh_std_string.h>`.
11typedef struct MR_expected_std_shared_ptr_MR_Object_std_string MR_expected_std_shared_ptr_MR_Object_std_string; // Defined in `#include <MRCMisc/expected_std_shared_ptr_MR_Object_std_string.h>`.
12typedef struct MR_std_istream MR_std_istream; // Defined in `#include <MRCMisc/iostream.h>`.
13
14
22
29
37
44
45#ifdef __cplusplus
46} // extern "C"
47#endif
struct MR_expected_MR_Mesh_std_string MR_expected_MR_Mesh_std_string
Definition MRCtm.h:18
struct MR_MeshLoadSettings MR_MeshLoadSettings
Definition MRCtm.h:14
struct MR_std_istream MR_std_istream
Definition MRCtm.h:21
struct MR_expected_std_shared_ptr_MR_Object_std_string MR_expected_std_shared_ptr_MR_Object_std_string
Definition MRGltf.h:11
MRC_API MR_expected_std_shared_ptr_MR_Object_std_string * MR_MeshLoad_fromSceneStepFile_std_istream(MR_std_istream *in, const MR_MeshLoadSettings *settings)
MRC_API MR_expected_MR_Mesh_std_string * MR_MeshLoad_fromStep_std_istream(MR_std_istream *in, const MR_MeshLoadSettings *settings)
MRC_API MR_expected_MR_Mesh_std_string * MR_MeshLoad_fromStep_std_filesystem_path(const char *path, const char *path_end, const MR_MeshLoadSettings *settings)
MRC_API MR_expected_std_shared_ptr_MR_Object_std_string * MR_MeshLoad_fromSceneStepFile_std_filesystem_path(const char *path, const char *path_end, const MR_MeshLoadSettings *settings)
#define MRC_API
Definition exports.h:11