MeshLib C Docs
Loading...
Searching...
No Matches
MRSvg.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/common.h>
4#include <MRCMisc/exports.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10typedef struct MR_LinesLoadSettings MR_LinesLoadSettings; // Defined in `#include <MRCMesh/MRLinesLoadSettings.h>`.
11typedef struct MR_expected_MR_Polyline3_std_string MR_expected_MR_Polyline3_std_string; // Defined in `#include <MRCMisc/expected_MR_Polyline3_std_string.h>`.
12typedef struct MR_std_istream MR_std_istream; // Defined in `#include <MRCMisc/iostream.h>`.
13
14
21MRC_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);
22
29
34MRC_API MR_expected_MR_Polyline3_std_string *MR_LinesLoad_fromSvg_3(const char *data, MR_uint64_t size, const MR_LinesLoadSettings *settings);
35
36#ifdef __cplusplus
37} // extern "C"
38#endif
struct MR_std_istream MR_std_istream
Definition MRCtm.h:28
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_3(const char *data, MR_uint64_t size, 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:10
struct MR_expected_MR_Polyline3_std_string MR_expected_MR_Polyline3_std_string
Definition MRSvg.h:11