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 | ApproximationPCM .ClassVar[ConeFitterType] |
typing | HemisphereSearchFit .ClassVar[ConeFitterType] |
typing | SpecificAxisFit .ClassVar[ConeFitterType] |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Members: ApproximationPCM : approximation of cone axis by principal component method HemisphereSearchFit SpecificAxisFit
None mrmeshpy.ConeFitterType.__init__ | ( | self, | |
int | value ) |
bool mrmeshpy.ConeFitterType.__eq__ | ( | self, | |
typing.Any | other ) |
int mrmeshpy.ConeFitterType.__getstate__ | ( | self | ) |
int mrmeshpy.ConeFitterType.__hash__ | ( | self | ) |
int mrmeshpy.ConeFitterType.__index__ | ( | self | ) |
int mrmeshpy.ConeFitterType.__int__ | ( | self | ) |
bool mrmeshpy.ConeFitterType.__ne__ | ( | self, | |
typing.Any | other ) |
str mrmeshpy.ConeFitterType.__repr__ | ( | self | ) |
None mrmeshpy.ConeFitterType.__setstate__ | ( | self, | |
int | state ) |
str mrmeshpy.ConeFitterType.__str__ | ( | self | ) |
|
staticprotected |
str mrmeshpy.ConeFitterType.name | ( | self | ) |
int mrmeshpy.ConeFitterType.value | ( | self | ) |
|
static |
|
static |
|
static |