MeshLib C Docs
Loading...
Searching...
No Matches
MRLas.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>`.
12
13
21
28
29#ifdef __cplusplus
30} // extern "C"
31#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
MRC_API MR_expected_MR_PointCloud_std_string * MR_PointsLoad_fromLas_std_filesystem_path(const char *file, const char *file_end, const MR_PointsLoadSettings *settings)
MRC_API MR_expected_MR_PointCloud_std_string * MR_PointsLoad_fromLas_std_istream(MR_std_istream *in, const MR_PointsLoadSettings *settings)
#define MRC_API
Definition exports.h:11