MeshLib C++ Docs
Loading...
Searching...
No Matches
MRLas.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
config.h
"
4
#ifndef MRIOEXTRAS_NO_LAS
5
#include "exports.h"
6
7
#include <
MRMesh/MRExpected.h
>
8
#include <
MRMesh/MRPointsLoadSettings.h
>
9
10
#include <filesystem>
11
12
namespace
MR
13
{
14
15
namespace
PointsLoad
16
{
17
19
MRIOEXTRAS_API Expected<PointCloud>
fromLas
(
const
std::filesystem::path& file,
const
PointsLoadSettings
& settings = {} );
20
MRIOEXTRAS_API Expected<PointCloud>
fromLas
( std::istream& in,
const
PointsLoadSettings
& settings = {} );
21
22
}
// namespace PointsLoad
23
24
}
// namespace MR
25
#endif
MRExpected.h
config.h
MRPointsLoadSettings.h
MR::PointsLoadSettings
Definition
MRPointsLoadSettings.h:10
MR::PointsLoad::fromLas
MRIOEXTRAS_API Expected< PointCloud > fromLas(const std::filesystem::path &file, const PointsLoadSettings &settings={})
loads from .las file
MR
Definition
MRCameraOrientationPlugin.h:8
MeshLib
source
MRIOExtras
MRLas.h
Generated by
1.11.0