MeshLib
 
Loading...
Searching...
No Matches
MRDistanceMapLoad.h File Reference
#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< DistanceMapMR::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< DistanceMapMR::DistanceMapLoad::fromMrDistanceMap (const std::filesystem::path &path, DistanceMapToWorld &params, ProgressCallback progressCb={})
 
MRMESH_API Expected< DistanceMapMR::DistanceMapLoad::fromTiff (const std::filesystem::path &path, DistanceMapToWorld &params, ProgressCallback progressCb={})
 
MRMESH_API Expected< DistanceMapMR::DistanceMapLoad::fromAnySupportedFormat (const std::filesystem::path &path, DistanceMapToWorld *params, ProgressCallback progressCb={})
 

Variables

MRMESH_API const IOFilters MR::DistanceMapLoad::Filters