MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::DistanceMapLoad Namespace Reference

Typedefs

using DistanceMapLoader = Expected<DistanceMap>( * )( const std::filesystem::path& path, const DistanceMapLoadSettings& settings )

Functions

Expected< DistanceMapfromRaw (const std::filesystem::path &path, const DistanceMapLoadSettings &settings={})
 Load DistanceMap from binary file Format: 2 integer - DistanceMap.resX & DistanceMap.resY [resX * resY] float - matrix of values.
MR_BIND_IGNORE Expected< DistanceMapfromRaw (const std::filesystem::path &path, ProgressCallback progressCb)
Expected< DistanceMapfromMrDistanceMap (const std::filesystem::path &path, const DistanceMapLoadSettings &settings={})
MR_BIND_IGNORE Expected< DistanceMapfromMrDistanceMap (const std::filesystem::path &path, DistanceMapToWorld &params, ProgressCallback progressCb={})
Expected< DistanceMapfromTiff (const std::filesystem::path &path, const DistanceMapLoadSettings &settings={})
MR_BIND_IGNORE Expected< DistanceMapfromTiff (const std::filesystem::path &path, DistanceMapToWorld &params, ProgressCallback progressCb={})
Expected< DistanceMapfromAnySupportedFormat (const std::filesystem::path &path, const DistanceMapLoadSettings &settings={})
MR_BIND_IGNORE Expected< DistanceMapfromAnySupportedFormat (const std::filesystem::path &path, DistanceMapToWorld *params, ProgressCallback progressCb={})

Typedef Documentation

◆ DistanceMapLoader

using MR::DistanceMapLoad::DistanceMapLoader = Expected<DistanceMap>( * )( const std::filesystem::path& path, const DistanceMapLoadSettings& settings )