|
MRMESH_API Expected< DistanceMap > | fromRaw (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< DistanceMap > | fromRaw (const std::filesystem::path &path, ProgressCallback progressCb) |
|
MRMESH_API Expected< DistanceMap > | fromMrDistanceMap (const std::filesystem::path &path, const DistanceMapLoadSettings &settings={}) |
|
Expected< DistanceMap > | fromMrDistanceMap (const std::filesystem::path &path, DistanceMapToWorld ¶ms, ProgressCallback progressCb={}) |
|
MRMESH_API Expected< DistanceMap > | fromTiff (const std::filesystem::path &path, const DistanceMapLoadSettings &settings={}) |
|
Expected< DistanceMap > | fromTiff (const std::filesystem::path &path, DistanceMapToWorld ¶ms, ProgressCallback progressCb={}) |
|
MRMESH_API Expected< DistanceMap > | fromAnySupportedFormat (const std::filesystem::path &path, const DistanceMapLoadSettings &settings={}) |
|
Expected< DistanceMap > | fromAnySupportedFormat (const std::filesystem::path &path, DistanceMapToWorld *params, ProgressCallback progressCb={}) |
|