MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.DistanceMapLoadSettings Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, DistanceMapLoadSettings arg0)
 
None __init__ (self, DistanceMapToWorld distanceMapToWorld, func_bool_from_float progress)
 
DistanceMapToWorld distanceMapToWorld (self)
 
None distanceMapToWorld (self, DistanceMapToWorld arg1)
 
func_bool_from_float progress (self)
 
None progress (self, func_bool_from_float arg1)
 

Detailed Description

Generated from:  MR::DistanceMapLoadSettings

settings for loading distance maps from external formats

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.DistanceMapLoadSettings.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

None mrmeshpy.DistanceMapLoadSettings.__init__ ( self,
DistanceMapLoadSettings arg0 )
Implicit copy constructor.

◆ __init__() [3/3]

None mrmeshpy.DistanceMapLoadSettings.__init__ ( self,
DistanceMapToWorld distanceMapToWorld,
func_bool_from_float progress )
Implicit aggregate constructor.

Member Function Documentation

◆ distanceMapToWorld() [1/2]

DistanceMapToWorld mrmeshpy.DistanceMapLoadSettings.distanceMapToWorld ( self)
optional output: distance map to world transform

◆ distanceMapToWorld() [2/2]

None mrmeshpy.DistanceMapLoadSettings.distanceMapToWorld ( self,
DistanceMapToWorld arg1 )

◆ progress() [1/2]

func_bool_from_float mrmeshpy.DistanceMapLoadSettings.progress ( self)
to report load progress and cancel loading if user desires

◆ progress() [2/2]

None mrmeshpy.DistanceMapLoadSettings.progress ( self,
func_bool_from_float arg1 )

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