Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, ComputeSteepestDescentPathSettings arg0) |
| None | __init__ (self, MeshTriPoint end, VertId outVertexReached, EdgePoint outBdReached) |
| MeshTriPoint | end (self) |
| None | end (self, MeshTriPoint arg1) |
| EdgePoint | outBdReached (self) |
| None | outBdReached (self, EdgePoint arg1) |
| VertId | outVertexReached (self) |
| None | outVertexReached (self, VertId arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| ComputeSteepestDescentPathSettings | operator (*args, **kwargs) |
| ComputeSteepestDescentPathSettings | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_end = 0 |
| typing | _offsetof_outBdReached = 24 |
| typing | _offsetof_outVertexReached = 16 |
Generated from: MR::ComputeSteepestDescentPathSettings
|
static |
| None mrmeshpy.ComputeSteepestDescentPathSettings.__init__ | ( | self | ) |
| None mrmeshpy.ComputeSteepestDescentPathSettings.__init__ | ( | self, | |
| ComputeSteepestDescentPathSettings | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.ComputeSteepestDescentPathSettings.__init__ | ( | self, | |
| MeshTriPoint | end, | ||
| VertId | outVertexReached, | ||
| EdgePoint | outBdReached ) |
Implicit aggregate constructor.
| MeshTriPoint mrmeshpy.ComputeSteepestDescentPathSettings.end | ( | self | ) |
if valid, then the descent is stopped as soon as same triangle with (end) is reached
| None mrmeshpy.ComputeSteepestDescentPathSettings.end | ( | self, | |
| MeshTriPoint | arg1 ) |
|
static |
|
static |
| EdgePoint mrmeshpy.ComputeSteepestDescentPathSettings.outBdReached | ( | self | ) |
if not nullptr, then the descent is stopped as soon as any boundary point is reached, which is written in *outBdReached
| None mrmeshpy.ComputeSteepestDescentPathSettings.outBdReached | ( | self, | |
| EdgePoint | arg1 ) |
| VertId mrmeshpy.ComputeSteepestDescentPathSettings.outVertexReached | ( | self | ) |
if not nullptr, then the descent is stopped as soon as any vertex is reached, which is written in *outVertexReached
| None mrmeshpy.ComputeSteepestDescentPathSettings.outVertexReached | ( | self, | |
| VertId | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |