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

MRMESH_API 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.
 
Expected< DistanceMapfromRaw (const std::filesystem::path &path, ProgressCallback progressCb)
 
MRMESH_API Expected< DistanceMapfromMrDistanceMap (const std::filesystem::path &path, const DistanceMapLoadSettings &settings={})
 
Expected< DistanceMapfromMrDistanceMap (const std::filesystem::path &path, DistanceMapToWorld &params, ProgressCallback progressCb={})
 
MRMESH_API Expected< DistanceMapfromTiff (const std::filesystem::path &path, const DistanceMapLoadSettings &settings={})
 
Expected< DistanceMapfromTiff (const std::filesystem::path &path, DistanceMapToWorld &params, ProgressCallback progressCb={})
 
MRMESH_API Expected< DistanceMapfromAnySupportedFormat (const std::filesystem::path &path, const DistanceMapLoadSettings &settings={})
 
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 )