Public Member Functions | |
| bool | __eq__ (self, typing.Any other) |
| int | __getstate__ (self) |
| int | __hash__ (self) |
| int | __index__ (self) |
| None | __init__ (self, int value) |
| int | __int__ (self) |
| bool | __ne__ (self, typing.Any other) |
| str | __repr__ (self) |
| None | __setstate__ (self, int state) |
| str | __str__ (self) |
| str | name (self) |
| int | value (self) |
Static Public Attributes | |
| typing | MaxBadIterations .ClassVar[ICPExitType] |
| typing | MaxIterations .ClassVar[ICPExitType] |
| typing | NotFoundSolution .ClassVar[ICPExitType] |
| typing | NotStarted .ClassVar[ICPExitType] |
| typing | StopMsdReached .ClassVar[ICPExitType] |
Members: NotStarted : calculation is not started yet NotFoundSolution : solution not found in some iteration MaxIterations : iteration limit reached MaxBadIterations : limit of non-improvement iterations in a row reached StopMsdReached : stop mean square deviation reached
| None mrmeshpy.ICPExitType.__init__ | ( | self, | |
| int | value ) |
| bool mrmeshpy.ICPExitType.__eq__ | ( | self, | |
| typing.Any | other ) |
| int mrmeshpy.ICPExitType.__getstate__ | ( | self | ) |
| int mrmeshpy.ICPExitType.__hash__ | ( | self | ) |
| int mrmeshpy.ICPExitType.__index__ | ( | self | ) |
| int mrmeshpy.ICPExitType.__int__ | ( | self | ) |
| bool mrmeshpy.ICPExitType.__ne__ | ( | self, | |
| typing.Any | other ) |
| str mrmeshpy.ICPExitType.__repr__ | ( | self | ) |
| None mrmeshpy.ICPExitType.__setstate__ | ( | self, | |
| int | state ) |
| str mrmeshpy.ICPExitType.__str__ | ( | self | ) |
| str mrmeshpy.ICPExitType.name | ( | self | ) |
| int mrmeshpy.ICPExitType.value | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |