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 | AnyRigidXf .ClassVar[ICPMode] |
typing | FixedAxis .ClassVar[ICPMode] |
typing | OrthogonalAxis .ClassVar[ICPMode] |
typing | RigidScale .ClassVar[ICPMode] |
typing | TranslationOnly .ClassVar[ICPMode] |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Members: RigidScale : rigid body transformation with uniform scaling (7 degrees of freedom) AnyRigidXf : rigid body transformation (6 degrees of freedom) OrthogonalAxis : rigid body transformation with rotation except argument axis (5 degrees of freedom) FixedAxis : rigid body transformation with rotation around given axis only (4 degrees of freedom) TranslationOnly : only translation (3 degrees of freedom)
None mrmeshpy.ICPMode.__init__ | ( | self, | |
int | value ) |
bool mrmeshpy.ICPMode.__eq__ | ( | self, | |
typing.Any | other ) |
int mrmeshpy.ICPMode.__getstate__ | ( | self | ) |
int mrmeshpy.ICPMode.__hash__ | ( | self | ) |
int mrmeshpy.ICPMode.__index__ | ( | self | ) |
int mrmeshpy.ICPMode.__int__ | ( | self | ) |
bool mrmeshpy.ICPMode.__ne__ | ( | self, | |
typing.Any | other ) |
str mrmeshpy.ICPMode.__repr__ | ( | self | ) |
None mrmeshpy.ICPMode.__setstate__ | ( | self, | |
int | state ) |
str mrmeshpy.ICPMode.__str__ | ( | self | ) |
|
staticprotected |
str mrmeshpy.ICPMode.name | ( | self | ) |
int mrmeshpy.ICPMode.value | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |