MeshLib C Docs
Loading...
Searching...
No Matches
MRLinesLoad.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_LinesLoadSettings MR_LinesLoadSettings; // Defined in `#include <MRCMesh/MRLinesLoadSettings.h>`.
10typedef struct MR_expected_MR_Polyline3_std_string MR_expected_MR_Polyline3_std_string; // Defined in `#include <MRCMisc/expected_MR_Polyline3_std_string.h>`.
11typedef struct MR_std_istream MR_std_istream; // Defined in `#include <MRCMisc/iostream.h>`.
12typedef struct MR_std_string MR_std_string; // Defined in `#include <MRCMisc/std_string.h>`.
13
14
22
31
39
47
55
64
72
82
83#ifdef __cplusplus
84} // extern "C"
85#endif
struct MR_std_istream MR_std_istream
Definition MRCtm.h:21
struct MR_std_string MR_std_string
Definition MRE57.h:22
MRC_API MR_expected_MR_Polyline3_std_string * MR_LinesLoad_fromAnySupportedFormat_2(const char *file, const char *file_end, const MR_LinesLoadSettings *settings)
MRC_API MR_expected_MR_Polyline3_std_string * MR_LinesLoad_fromAnySupportedFormat_3(MR_std_istream *in, const MR_std_string *extension, const MR_LinesLoadSettings *settings)
MRC_API MR_expected_MR_Polyline3_std_string * MR_LinesLoad_fromPts_std_filesystem_path(const char *file, const char *file_end, const MR_LinesLoadSettings *settings)
MRC_API MR_expected_MR_Polyline3_std_string * MR_LinesLoad_fromPts_std_istream(MR_std_istream *in, const MR_LinesLoadSettings *settings)
MRC_API MR_expected_MR_Polyline3_std_string * MR_LinesLoad_fromPly_std_filesystem_path(const char *file, const char *file_end, const MR_LinesLoadSettings *settings)
MRC_API MR_expected_MR_Polyline3_std_string * MR_LinesLoad_fromMrLines_std_istream(MR_std_istream *in, const MR_LinesLoadSettings *settings)
MRC_API MR_expected_MR_Polyline3_std_string * MR_LinesLoad_fromPly_std_istream(MR_std_istream *in, const MR_LinesLoadSettings *settings)
MRC_API MR_expected_MR_Polyline3_std_string * MR_LinesLoad_fromMrLines_std_filesystem_path(const char *file, const char *file_end, const MR_LinesLoadSettings *settings)
struct MR_LinesLoadSettings MR_LinesLoadSettings
Definition MRLinesLoad.h:9
struct MR_expected_MR_Polyline3_std_string MR_expected_MR_Polyline3_std_string
Definition MRLinesLoad.h:10
#define MRC_API
Definition exports.h:11