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

Public Member Functions

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

Detailed Description

Generated from:  MR::SearchPathSettings

Geo path search settings

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.SearchPathSettings.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

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

◆ __init__() [3/3]

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

Member Function Documentation

◆ geodesicPathApprox() [1/2]

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

◆ geodesicPathApprox() [2/2]

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

◆ maxReduceIters() [1/2]

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

◆ maxReduceIters() [2/2]

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

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