MeshLib C Docs
Loading...
Searching...
No Matches
MRPointsLoad.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_PointsLoadSettings MR_PointsLoadSettings; // Defined in `#include <MRCMesh/MRPointsLoadSettings.h>`.
10typedef struct MR_expected_MR_PointCloud_std_string MR_expected_MR_PointCloud_std_string; // Defined in `#include <MRCMisc/expected_MR_PointCloud_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
29
37
44
52
59
67
74
81
88
96
105
106#ifdef __cplusplus
107} // extern "C"
108#endif
struct MR_PointsLoadSettings MR_PointsLoadSettings
Definition MRCtm.h:16
struct MR_expected_MR_PointCloud_std_string MR_expected_MR_PointCloud_std_string
Definition MRCtm.h:19
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_PointCloud_std_string * MR_PointsLoad_fromDxf_std_filesystem_path(const char *file, const char *file_end, const MR_PointsLoadSettings *settings)
MRC_API MR_expected_MR_PointCloud_std_string * MR_PointsLoad_fromAnySupportedFormat_3(MR_std_istream *in, const MR_std_string *extension, const MR_PointsLoadSettings *settings)
MRC_API MR_expected_MR_PointCloud_std_string * MR_PointsLoad_fromPly_std_istream(MR_std_istream *in, const MR_PointsLoadSettings *settings)
MRC_API MR_expected_MR_PointCloud_std_string * MR_PointsLoad_fromObj_std_filesystem_path(const char *file, const char *file_end, const MR_PointsLoadSettings *settings)
MRC_API MR_expected_MR_PointCloud_std_string * MR_PointsLoad_fromText_std_istream(MR_std_istream *in, const MR_PointsLoadSettings *settings)
MRC_API MR_expected_MR_PointCloud_std_string * MR_PointsLoad_fromText_std_filesystem_path(const char *file, const char *file_end, const MR_PointsLoadSettings *settings)
MRC_API MR_expected_MR_PointCloud_std_string * MR_PointsLoad_fromObj_std_istream(MR_std_istream *in, const MR_PointsLoadSettings *settings)
MRC_API MR_expected_MR_PointCloud_std_string * MR_PointsLoad_fromPly_std_filesystem_path(const char *file, const char *file_end, const MR_PointsLoadSettings *settings)
MRC_API MR_expected_MR_PointCloud_std_string * MR_PointsLoad_fromDxf_std_istream(MR_std_istream *in, const MR_PointsLoadSettings *settings)
MRC_API MR_expected_MR_PointCloud_std_string * MR_PointsLoad_fromPts_std_filesystem_path(const char *file, const char *file_end, const MR_PointsLoadSettings *settings)
MRC_API MR_expected_MR_PointCloud_std_string * MR_PointsLoad_fromPts_std_istream(MR_std_istream *in, const MR_PointsLoadSettings *settings)
MRC_API MR_expected_MR_PointCloud_std_string * MR_PointsLoad_fromAnySupportedFormat_2(const char *file, const char *file_end, const MR_PointsLoadSettings *settings)
#define MRC_API
Definition exports.h:11