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
6
extern
"C"
{
7
#endif
8
9
typedef
struct
MR_PointsLoadSettings
MR_PointsLoadSettings
;
// Defined in `#include <MRCMesh/MRPointsLoadSettings.h>`.
10
typedef
struct
MR_expected_MR_PointCloud_std_string
MR_expected_MR_PointCloud_std_string
;
// Defined in `#include <MRCMisc/expected_MR_PointCloud_std_string.h>`.
11
typedef
struct
MR_std_istream
MR_std_istream
;
// Defined in `#include <MRCMisc/iostream.h>`.
12
13
20
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);
21
27
MRC_API
MR_expected_MR_PointCloud_std_string
*
MR_PointsLoad_fromLas_std_istream
(
MR_std_istream
*in,
const
MR_PointsLoadSettings
*settings);
28
29
#ifdef __cplusplus
30
}
// extern "C"
31
#endif
MR_PointsLoadSettings
struct MR_PointsLoadSettings MR_PointsLoadSettings
Definition
MRCtm.h:16
MR_expected_MR_PointCloud_std_string
struct MR_expected_MR_PointCloud_std_string MR_expected_MR_PointCloud_std_string
Definition
MRCtm.h:19
MR_std_istream
struct MR_std_istream MR_std_istream
Definition
MRCtm.h:21
MR_PointsLoad_fromLas_std_filesystem_path
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)
MR_PointsLoad_fromLas_std_istream
MRC_API MR_expected_MR_PointCloud_std_string * MR_PointsLoad_fromLas_std_istream(MR_std_istream *in, const MR_PointsLoadSettings *settings)
exports.h
MRC_API
#define MRC_API
Definition
exports.h:11
MeshLib
Cbindings
MRCIOExtras
MRLas.h
Generated by
1.11.0