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 | Any .ClassVar[ObjectSelectivityType] |
typing | Selectable .ClassVar[ObjectSelectivityType] |
typing | Selected .ClassVar[ObjectSelectivityType] |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Members: Selectable Selected Any
None mrmeshpy.ObjectSelectivityType.__init__ | ( | self, | |
int | value ) |
bool mrmeshpy.ObjectSelectivityType.__eq__ | ( | self, | |
typing.Any | other ) |
int mrmeshpy.ObjectSelectivityType.__getstate__ | ( | self | ) |
int mrmeshpy.ObjectSelectivityType.__hash__ | ( | self | ) |
int mrmeshpy.ObjectSelectivityType.__index__ | ( | self | ) |
int mrmeshpy.ObjectSelectivityType.__int__ | ( | self | ) |
bool mrmeshpy.ObjectSelectivityType.__ne__ | ( | self, | |
typing.Any | other ) |
str mrmeshpy.ObjectSelectivityType.__repr__ | ( | self | ) |
None mrmeshpy.ObjectSelectivityType.__setstate__ | ( | self, | |
int | state ) |
str mrmeshpy.ObjectSelectivityType.__str__ | ( | self | ) |
|
staticprotected |
str mrmeshpy.ObjectSelectivityType.name | ( | self | ) |
int mrmeshpy.ObjectSelectivityType.value | ( | self | ) |
|
static |
|
static |
|
static |