MeshLib C Docs
Loading...
Searching...
No Matches
MRLinesSave.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_Polyline3 MR_Polyline3; // Defined in `#include <MRCMesh/MRPolyline.h>`.
10typedef struct MR_SaveSettings MR_SaveSettings; // Defined in `#include <MRCMesh/MRSaveSettings.h>`.
11typedef struct MR_expected_void_std_string MR_expected_void_std_string; // Defined in `#include <MRCMisc/expected_void_std_string.h>`.
12typedef struct MR_std_ostream MR_std_ostream; // Defined in `#include <MRCMisc/iostream.h>`.
13
14
23MRC_API MR_expected_void_std_string *MR_LinesSave_toMrLines_std_filesystem_path(const MR_Polyline3 *polyline, const char *file, const char *file_end, const MR_SaveSettings *settings);
24
32
41MRC_API MR_expected_void_std_string *MR_LinesSave_toPts_std_filesystem_path(const MR_Polyline3 *polyline, const char *file, const char *file_end, const MR_SaveSettings *settings);
42
50
59MRC_API MR_expected_void_std_string *MR_LinesSave_toDxf_std_filesystem_path(const MR_Polyline3 *polyline, const char *file, const char *file_end, const MR_SaveSettings *settings);
60
68
76MRC_API MR_expected_void_std_string *MR_LinesSave_toPly_std_filesystem_path(const MR_Polyline3 *polyline, const char *file, const char *file_end, const MR_SaveSettings *settings);
77
85
93MRC_API MR_expected_void_std_string *MR_LinesSave_toAnySupportedFormat_3(const MR_Polyline3 *polyline, const char *file, const char *file_end, const MR_SaveSettings *settings);
94
104MRC_API MR_expected_void_std_string *MR_LinesSave_toAnySupportedFormat_4(const MR_Polyline3 *polyline, const char *extension, const char *extension_end, MR_std_ostream *out, const MR_SaveSettings *settings);
105
106#ifdef __cplusplus
107} // extern "C"
108#endif
struct MR_Polyline3 MR_Polyline3
Definition MRAABBTreePolyline.h:21
struct MR_expected_void_std_string MR_expected_void_std_string
Definition MRCtm.h:26
struct MR_SaveSettings MR_SaveSettings
Definition MRCtm.h:21
struct MR_std_ostream MR_std_ostream
Definition MRCtm.h:31
MRC_API MR_expected_void_std_string * MR_LinesSave_toPts_std_ostream(const MR_Polyline3 *polyline, MR_std_ostream *out, const MR_SaveSettings *settings)
MRC_API MR_expected_void_std_string * MR_LinesSave_toMrLines_std_ostream(const MR_Polyline3 *polyline, MR_std_ostream *out, const MR_SaveSettings *settings)
MRC_API MR_expected_void_std_string * MR_LinesSave_toDxf_std_filesystem_path(const MR_Polyline3 *polyline, const char *file, const char *file_end, const MR_SaveSettings *settings)
MRC_API MR_expected_void_std_string * MR_LinesSave_toPly_std_filesystem_path(const MR_Polyline3 *polyline, const char *file, const char *file_end, const MR_SaveSettings *settings)
MRC_API MR_expected_void_std_string * MR_LinesSave_toPts_std_filesystem_path(const MR_Polyline3 *polyline, const char *file, const char *file_end, const MR_SaveSettings *settings)
MRC_API MR_expected_void_std_string * MR_LinesSave_toAnySupportedFormat_3(const MR_Polyline3 *polyline, const char *file, const char *file_end, const MR_SaveSettings *settings)
MRC_API MR_expected_void_std_string * MR_LinesSave_toDxf_std_ostream(const MR_Polyline3 *polyline, MR_std_ostream *out, const MR_SaveSettings *settings)
MRC_API MR_expected_void_std_string * MR_LinesSave_toMrLines_std_filesystem_path(const MR_Polyline3 *polyline, const char *file, const char *file_end, const MR_SaveSettings *settings)
MRC_API MR_expected_void_std_string * MR_LinesSave_toPly_std_ostream(const MR_Polyline3 *polyline, MR_std_ostream *out, const MR_SaveSettings *settings)
MRC_API MR_expected_void_std_string * MR_LinesSave_toAnySupportedFormat_4(const MR_Polyline3 *polyline, const char *extension, const char *extension_end, MR_std_ostream *out, const MR_SaveSettings *settings)
#define MRC_API
Definition exports.h:11