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

Public Member Functions

None __init__ (self)
 
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)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
DistanceMapLoadSettings operator (*args, **kwargs)
 
DistanceMapLoadSettings operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_distanceMapToWorld = 0
 
typing _offsetof_progress = 8
 

Detailed Description

Generated from:  MR::DistanceMapLoadSettings

settings for loading distance maps from external formats

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.DistanceMapLoadSettings.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.DistanceMapLoadSettings.__init__ ( self)

◆ __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 )

◆ operator() [1/2]

DistanceMapLoadSettings mrmeshpy.DistanceMapLoadSettings.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

DistanceMapLoadSettings mrmeshpy.DistanceMapLoadSettings.operator ( * args,
** kwargs )
static

◆ 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 )

Member Data Documentation

◆ _offsetof_distanceMapToWorld

typing mrmeshpy.DistanceMapLoadSettings._offsetof_distanceMapToWorld = 0
staticprotected

◆ _offsetof_progress

typing mrmeshpy.DistanceMapLoadSettings._offsetof_progress = 8
staticprotected

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