MeshLib
 
Loading...
Searching...
No Matches
MR::DistanceMapLoad Namespace Reference

Functions

MRMESH_API Expected< DistanceMap, std::string > fromRaw (const std::filesystem::path &path, ProgressCallback progressCb={})
 Load DistanceMap from binary file Format: 2 integer - DistanceMap.resX & DistanceMap.resY [resX * resY] float - matrix of values.
 
MRMESH_API Expected< DistanceMap, std::string > fromMrDistanceMap (const std::filesystem::path &path, DistanceMapToWorld &params, ProgressCallback progressCb={})
 
MRMESH_API Expected< DistanceMap, std::string > fromTiff (const std::filesystem::path &path, DistanceMapToWorld &params, ProgressCallback progressCb={})
 
MRMESH_API Expected< DistanceMap, std::string > fromAnySupportedFormat (const std::filesystem::path &path, DistanceMapToWorld *params, ProgressCallback progressCb={})
 

Variables

MRMESH_API const IOFilters Filters