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

Public Member Functions

None __init__ (self)
 
None __init__ (self, GeodesicPathApprox geodesicPathApprox, int maxReduceIters)
 
GeodesicPathApprox geodesicPathApprox (self)
 
None geodesicPathApprox (self, GeodesicPathApprox arg1)
 
int maxReduceIters (self)
 
None maxReduceIters (self, int arg1)
 

Static Public Member Functions

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

Static Protected Attributes

typing _offsetof_geodesicPathApprox = 0
 
typing _offsetof_maxReduceIters = 4
 

Detailed Description

Generated from:  MR::SearchPathSettings

Geo path search settings

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

None mrmeshpy.SearchPathSettings.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.SearchPathSettings.__init__ ( self,
GeodesicPathApprox geodesicPathApprox,
int maxReduceIters )
Implicit aggregate constructor.

Member Function Documentation

◆ geodesicPathApprox() [1/2]

GeodesicPathApprox mrmeshpy.SearchPathSettings.geodesicPathApprox ( self)
the algorithm to compute approximately geodesic path

◆ geodesicPathApprox() [2/2]

None mrmeshpy.SearchPathSettings.geodesicPathApprox ( self,
GeodesicPathApprox arg1 )

◆ maxReduceIters() [1/2]

int mrmeshpy.SearchPathSettings.maxReduceIters ( self)
the maximum number of iterations to reduce approximate path length and convert it in geodesic path

◆ maxReduceIters() [2/2]

None mrmeshpy.SearchPathSettings.maxReduceIters ( self,
int arg1 )

◆ operator() [1/2]

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

◆ operator() [2/2]

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

Member Data Documentation

◆ _offsetof_geodesicPathApprox

typing mrmeshpy.SearchPathSettings._offsetof_geodesicPathApprox = 0
staticprotected

◆ _offsetof_maxReduceIters

typing mrmeshpy.SearchPathSettings._offsetof_maxReduceIters = 4
staticprotected

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