#include "MRMeshFwd.h"
#include "MRIOFilters.h"
#include "MRProgressCallback.h"
#include "MRDistanceMapParams.h"
#include "MRExpected.h"
#include <filesystem>
Go to the source code of this file.
Namespaces | |
namespace | MR |
namespace | MR::DistanceMapLoad |
Functions | |
MRMESH_API Expected< DistanceMap > | MR::DistanceMapLoad::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 > | MR::DistanceMapLoad::fromMrDistanceMap (const std::filesystem::path &path, DistanceMapToWorld ¶ms, ProgressCallback progressCb={}) |
MRMESH_API 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, DistanceMapToWorld *params, ProgressCallback progressCb={}) |
Variables | |
MRMESH_API const IOFilters | MR::DistanceMapLoad::Filters |