MeshLib C Docs
Loading...
Searching...
No Matches
MRSvg.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/exports.h>
4
5#include <stddef.h>
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11typedef struct MR_LinesLoadSettings MR_LinesLoadSettings; // Defined in `#include <MRCMesh/MRLinesLoadSettings.h>`.
12typedef struct MR_expected_MR_Polyline3_std_string MR_expected_MR_Polyline3_std_string; // Defined in `#include <MRCMisc/expected_MR_Polyline3_std_string.h>`.
13typedef struct MR_std_istream MR_std_istream; // Defined in `#include <MRCMisc/iostream.h>`.
14
15
23
30
36
37#ifdef __cplusplus
38} // extern "C"
39#endif
struct MR_std_istream MR_std_istream
A C++ input stream.
Definition MRCtm.h:28
MRC_API MR_expected_MR_Polyline3_std_string * MR_LinesLoad_fromSvg_3(const char *data, size_t size, const MR_LinesLoadSettings *settings)
MRC_API MR_expected_MR_Polyline3_std_string * MR_LinesLoad_fromSvg_2_std_filesystem_path(const char *file, const char *file_end, const MR_LinesLoadSettings *settings)
MRC_API MR_expected_MR_Polyline3_std_string * MR_LinesLoad_fromSvg_2_std_istream(MR_std_istream *in, const MR_LinesLoadSettings *settings)
struct MR_LinesLoadSettings MR_LinesLoadSettings
Definition MRSvg.h:11
struct MR_expected_MR_Polyline3_std_string MR_expected_MR_Polyline3_std_string
Definition MRSvg.h:12
#define MRC_API
Definition include/MRCMisc/exports.h:11