MeshLib C Docs
Loading...
Searching...
No Matches
MRPointsSave.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_PointCloud MR_PointCloud; // Defined in `#include <MRCMesh/MRPointCloud.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>`.
13typedef struct MR_std_string MR_std_string; // Defined in `#include <MRCMisc/std_string.h>`.
14
15
24MRC_API MR_expected_void_std_string *MR_PointsSave_toXyz_std_filesystem_path(const MR_PointCloud *points, const char *file, const char *file_end, const MR_SaveSettings *settings);
25
33
42MRC_API MR_expected_void_std_string *MR_PointsSave_toXyzn_std_filesystem_path(const MR_PointCloud *points, const char *file, const char *file_end, const MR_SaveSettings *settings);
43
51
59MRC_API MR_expected_void_std_string *MR_PointsSave_toAsc_std_filesystem_path(const MR_PointCloud *points, const char *file, const char *file_end, const MR_SaveSettings *settings);
60
68
76MRC_API MR_expected_void_std_string *MR_PointsSave_toPly_std_filesystem_path(const MR_PointCloud *points, const char *file, const char *file_end, const MR_SaveSettings *settings);
77
85
93MRC_API MR_expected_void_std_string *MR_PointsSave_toAnySupportedFormat_3(const MR_PointCloud *points, const char *file, const char *file_end, const MR_SaveSettings *settings);
94
104
105#ifdef __cplusplus
106} // extern "C"
107#endif
struct MR_expected_void_std_string MR_expected_void_std_string
Definition MRCtm.h:20
struct MR_SaveSettings MR_SaveSettings
Definition MRCtm.h:17
struct MR_std_ostream MR_std_ostream
Definition MRCtm.h:22
struct MR_PointCloud MR_PointCloud
Definition MRCtm.h:15
struct MR_std_string MR_std_string
Definition MRE57.h:22
MRC_API MR_expected_void_std_string * MR_PointsSave_toAsc_std_filesystem_path(const MR_PointCloud *points, const char *file, const char *file_end, const MR_SaveSettings *settings)
MRC_API MR_expected_void_std_string * MR_PointsSave_toPly_std_filesystem_path(const MR_PointCloud *points, const char *file, const char *file_end, const MR_SaveSettings *settings)
MRC_API MR_expected_void_std_string * MR_PointsSave_toXyzn_std_filesystem_path(const MR_PointCloud *points, const char *file, const char *file_end, const MR_SaveSettings *settings)
MRC_API MR_expected_void_std_string * MR_PointsSave_toAnySupportedFormat_4(const MR_PointCloud *points, const MR_std_string *extension, MR_std_ostream *out, const MR_SaveSettings *settings)
MRC_API MR_expected_void_std_string * MR_PointsSave_toAsc_std_ostream(const MR_PointCloud *points, MR_std_ostream *out, const MR_SaveSettings *settings)
MRC_API MR_expected_void_std_string * MR_PointsSave_toXyzn_std_ostream(const MR_PointCloud *points, MR_std_ostream *out, const MR_SaveSettings *settings)
MRC_API MR_expected_void_std_string * MR_PointsSave_toXyz_std_ostream(const MR_PointCloud *points, MR_std_ostream *out, const MR_SaveSettings *settings)
MRC_API MR_expected_void_std_string * MR_PointsSave_toAnySupportedFormat_3(const MR_PointCloud *points, const char *file, const char *file_end, const MR_SaveSettings *settings)
MRC_API MR_expected_void_std_string * MR_PointsSave_toPly_std_ostream(const MR_PointCloud *points, MR_std_ostream *out, const MR_SaveSettings *settings)
MRC_API MR_expected_void_std_string * MR_PointsSave_toXyz_std_filesystem_path(const MR_PointCloud *points, const char *file, const char *file_end, const MR_SaveSettings *settings)
#define MRC_API
Definition exports.h:11