MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.DistanceMapSave Class Reference

Static Public Member Functions

None toAnySupportedFormat (os.PathLike path, DistanceMap dmapObject, AffineXf3f xf=None)
 
None toMrDistanceMap (os.PathLike path, DistanceMap dmapObject, DistanceMapToWorld params)
 
None toRAW (os.PathLike path, DistanceMap dmap)
 

Detailed Description

This is a namespace.

Member Function Documentation

◆ toAnySupportedFormat()

None meshlib.mrmeshpy.DistanceMapSave.toAnySupportedFormat ( os.PathLike path,
DistanceMap dmapObject,
AffineXf3f xf = None )
static

◆ toMrDistanceMap()

None meshlib.mrmeshpy.DistanceMapSave.toMrDistanceMap ( os.PathLike path,
DistanceMap dmapObject,
DistanceMapToWorld params )
static

◆ toRAW()

None meshlib.mrmeshpy.DistanceMapSave.toRAW ( os.PathLike path,
DistanceMap dmap )
static
 @brief Save DistanceMap to binary file
 Format: 
 2 integer - DistanceMap.resX & DistanceMap.resY
 [resX * resY] float - matrix of values

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