#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< PointCloud > | MR::PointsLoad::fromLas (const std::filesystem::path &file, const PointsLoadSettings &settings={}) |
loads from .las file | |
MRIOEXTRAS_API Expected< PointCloud > | MR::PointsLoad::fromLas (std::istream &in, const PointsLoadSettings &settings={}) |