MeshLib
 
Loading...
Searching...
No Matches
MRLas.h File Reference
#include "config.h"
#include "exports.h"
#include <MRMesh/MRExpected.h>
#include <MRMesh/MRPointsLoadSettings.h>
#include <filesystem>

Go to the source code of this file.

Namespaces

namespace  MR
 
namespace  MR::PointsLoad
 

Functions

MRIOEXTRAS_API Expected< PointCloudMR::PointsLoad::fromLas (const std::filesystem::path &file, const PointsLoadSettings &settings={})
 loads from .las file
 
MRIOEXTRAS_API Expected< PointCloudMR::PointsLoad::fromLas (std::istream &in, const PointsLoadSettings &settings={})