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 Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::SearchPathSettings Geo path search settings
None mrmeshpy.SearchPathSettings.__init__ | ( | self | ) |
Implicit default constructor.
None mrmeshpy.SearchPathSettings.__init__ | ( | self, | |
SearchPathSettings | arg0 ) |
Implicit copy constructor.
None mrmeshpy.SearchPathSettings.__init__ | ( | self, | |
GeodesicPathApprox | geodesicPathApprox, | ||
int | maxReduceIters ) |
Implicit aggregate constructor.
|
staticprotected |
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 ) |