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) |
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 |
Generated from: MR::SearchPathSettings Geo path search settings
|
static |
| None mrmeshpy.SearchPathSettings.__init__ | ( | self | ) |
| None mrmeshpy.SearchPathSettings.__init__ | ( | self, | |
| SearchPathSettings | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.SearchPathSettings.__init__ | ( | self, | |
| GeodesicPathApprox | geodesicPathApprox, | ||
| int | maxReduceIters ) |
Implicit aggregate constructor.
| GeodesicPathApprox mrmeshpy.SearchPathSettings.geodesicPathApprox | ( | self | ) |
the algorithm to compute approximately geodesic path
| None mrmeshpy.SearchPathSettings.geodesicPathApprox | ( | self, | |
| GeodesicPathApprox | arg1 ) |
| int mrmeshpy.SearchPathSettings.maxReduceIters | ( | self | ) |
the maximum number of iterations to reduce approximate path length and convert it in geodesic path
| None mrmeshpy.SearchPathSettings.maxReduceIters | ( | self, | |
| int | arg1 ) |
|
static |
|
static |
|
staticprotected |
|
staticprotected |