Loading [MathJax]/extensions/tex2jax.js
MeshLib Python Docs
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages Concepts
mrmeshpy.DistanceMapLoad Class Reference

Static Public Member Functions

DistanceMap fromAnySupportedFormat (os.PathLike|str|bytes path, DistanceMapLoadSettings settings='{}')
 
DistanceMap fromAnySupportedFormat (os.PathLike|str|bytes path, DistanceMapToWorld params, func_bool_from_float progressCb='{}')
 
DistanceMap fromMrDistanceMap (os.PathLike|str|bytes path, DistanceMapLoadSettings settings='{}')
 
DistanceMap fromMrDistanceMap (os.PathLike|str|bytes path, DistanceMapToWorld params, func_bool_from_float progressCb='{}')
 
DistanceMap fromRaw (os.PathLike|str|bytes path, DistanceMapLoadSettings settings='{}')
 
DistanceMap fromRaw (os.PathLike|str|bytes path, func_bool_from_float progressCb)
 
DistanceMap fromTiff (os.PathLike|str|bytes path, DistanceMapLoadSettings settings='{}')
 
DistanceMap fromTiff (os.PathLike|str|bytes path, DistanceMapToWorld params, func_bool_from_float progressCb='{}')
 

Detailed Description

This is a namespace.

Member Function Documentation

◆ fromAnySupportedFormat() [1/2]

DistanceMap mrmeshpy.DistanceMapLoad.fromAnySupportedFormat ( os.PathLike | str | bytes path,
DistanceMapLoadSettings settings = '{}' )
static

◆ fromAnySupportedFormat() [2/2]

DistanceMap mrmeshpy.DistanceMapLoad.fromAnySupportedFormat ( os.PathLike | str | bytes path,
DistanceMapToWorld params,
func_bool_from_float progressCb = '{}' )
static

◆ fromMrDistanceMap() [1/2]

DistanceMap mrmeshpy.DistanceMapLoad.fromMrDistanceMap ( os.PathLike | str | bytes path,
DistanceMapLoadSettings settings = '{}' )
static

◆ fromMrDistanceMap() [2/2]

DistanceMap mrmeshpy.DistanceMapLoad.fromMrDistanceMap ( os.PathLike | str | bytes path,
DistanceMapToWorld params,
func_bool_from_float progressCb = '{}' )
static

◆ fromRaw() [1/2]

DistanceMap mrmeshpy.DistanceMapLoad.fromRaw ( os.PathLike | str | bytes path,
DistanceMapLoadSettings settings = '{}' )
static
@brief Load DistanceMap from binary file Format: 2 integer - DistanceMap.resX & DistanceMap.resY [resX * resY] float - matrix of values

◆ fromRaw() [2/2]

DistanceMap mrmeshpy.DistanceMapLoad.fromRaw ( os.PathLike | str | bytes path,
func_bool_from_float progressCb )
static

◆ fromTiff() [1/2]

DistanceMap mrmeshpy.DistanceMapLoad.fromTiff ( os.PathLike | str | bytes path,
DistanceMapLoadSettings settings = '{}' )
static

◆ fromTiff() [2/2]

DistanceMap mrmeshpy.DistanceMapLoad.fromTiff ( os.PathLike | str | bytes path,
DistanceMapToWorld params,
func_bool_from_float progressCb = '{}' )
static

The documentation for this class was generated from the following file: