MeshLib C++ Docs
Loading...
Searching...
No Matches
DistanceMap Load

Functions

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

Detailed Description

Function Documentation

◆ fromAnySupportedFormat() [1/2]

MRMESH_API Expected< DistanceMap > MR::DistanceMapLoad::fromAnySupportedFormat ( const std::filesystem::path & path,
const DistanceMapLoadSettings & settings = {} )

◆ fromAnySupportedFormat() [2/2]

Expected< DistanceMap > MR::DistanceMapLoad::fromAnySupportedFormat ( const std::filesystem::path & path,
DistanceMapToWorld * params,
ProgressCallback progressCb = {} )
inline

◆ fromMrDistanceMap() [1/2]

MRMESH_API Expected< DistanceMap > MR::DistanceMapLoad::fromMrDistanceMap ( const std::filesystem::path & path,
const DistanceMapLoadSettings & settings = {} )

◆ fromMrDistanceMap() [2/2]

Expected< DistanceMap > MR::DistanceMapLoad::fromMrDistanceMap ( const std::filesystem::path & path,
DistanceMapToWorld & params,
ProgressCallback progressCb = {} )
inline

◆ fromRaw() [1/2]

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.

◆ fromRaw() [2/2]

Expected< DistanceMap > MR::DistanceMapLoad::fromRaw ( const std::filesystem::path & path,
ProgressCallback progressCb )
inline

◆ fromTiff() [1/2]

MRMESH_API Expected< DistanceMap > MR::DistanceMapLoad::fromTiff ( const std::filesystem::path & path,
const DistanceMapLoadSettings & settings = {} )

◆ fromTiff() [2/2]

Expected< DistanceMap > MR::DistanceMapLoad::fromTiff ( const std::filesystem::path & path,
DistanceMapToWorld & params,
ProgressCallback progressCb = {} )
inline