#include "MRMeshFwd.h"
#include "MRDistanceMap.h"
#include "MRExpected.h"
#include "MRIOFilters.h"
#include "MRProgressCallback.h"
#include <filesystem>
Go to the source code of this file.
|
MRMESH_API Expected< DistanceMap > | MR::DistanceMapLoad::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 > | MR::DistanceMapLoad::fromRaw (const std::filesystem::path &path, ProgressCallback progressCb) |
|
MRMESH_API Expected< DistanceMap > | MR::DistanceMapLoad::fromMrDistanceMap (const std::filesystem::path &path, const DistanceMapLoadSettings &settings={}) |
|
Expected< DistanceMap > | MR::DistanceMapLoad::fromMrDistanceMap (const std::filesystem::path &path, DistanceMapToWorld ¶ms, ProgressCallback progressCb={}) |
|
MRMESH_API Expected< DistanceMap > | MR::DistanceMapLoad::fromTiff (const std::filesystem::path &path, const DistanceMapLoadSettings &settings={}) |
|
Expected< DistanceMap > | MR::DistanceMapLoad::fromTiff (const std::filesystem::path &path, DistanceMapToWorld ¶ms, ProgressCallback progressCb={}) |
|
MRMESH_API Expected< DistanceMap > | MR::DistanceMapLoad::fromAnySupportedFormat (const std::filesystem::path &path, const DistanceMapLoadSettings &settings={}) |
|
Expected< DistanceMap > | MR::DistanceMapLoad::fromAnySupportedFormat (const std::filesystem::path &path, DistanceMapToWorld *params, ProgressCallback progressCb={}) |
|