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
struct MR_PointCloud MR_PointCloud
Definition MRCtm.h:19
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_toAnySupportedFormat_4(const MR_PointCloud *points, const char *extension, const char *extension_end, MR_std_ostream *out, 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_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