Public Member Functions | |
| DepthFunction | __and__ (self, DepthFunction b) |
| bool | __eq__ (self, typing.Any other) |
| int | __getstate__ (self) |
| int | __hash__ (self) |
| DepthFunction | __iand__ (self, DepthFunction b) |
| DepthFunction | __imatmul__ (self, bool b) |
| int | __index__ (self) |
| None | __init__ (self, int value) |
| int | __int__ (self) |
| DepthFunction | __invert__ (self) |
| DepthFunction | __ior__ (self, DepthFunction b) |
| DepthFunction | __mul__ (self, bool b) |
| bool | __ne__ (self, typing.Any other) |
| DepthFunction | __or__ (self, DepthFunction b) |
| str | __repr__ (self) |
| DepthFunction | __rmul__ (self, bool b) |
| None | __setstate__ (self, int state) |
| str | __str__ (self) |
| str | name (self) |
| int | value (self) |
Static Public Attributes | |
| typing | Always .ClassVar[DepthFunction] |
| typing | Default .ClassVar[DepthFunction] |
| typing | Equal .ClassVar[DepthFunction] |
| typing | Greater .ClassVar[DepthFunction] |
| typing | GreaterOrEqual .ClassVar[DepthFunction] |
| typing | Less .ClassVar[DepthFunction] |
| typing | LessOrEqual .ClassVar[DepthFunction] |
| typing | Never .ClassVar[DepthFunction] |
| typing | NotEqual .ClassVar[DepthFunction] |
Members: Never Less Equal Greater LessOrEqual GreaterOrEqual NotEqual Always Default : usually "Less" but may differ for different object types
| None mrmeshpy.DepthFunction.__init__ | ( | self, | |
| int | value ) |
| DepthFunction mrmeshpy.DepthFunction.__and__ | ( | self, | |
| DepthFunction | b ) |
| bool mrmeshpy.DepthFunction.__eq__ | ( | self, | |
| typing.Any | other ) |
| int mrmeshpy.DepthFunction.__getstate__ | ( | self | ) |
| int mrmeshpy.DepthFunction.__hash__ | ( | self | ) |
| DepthFunction mrmeshpy.DepthFunction.__iand__ | ( | self, | |
| DepthFunction | b ) |
| DepthFunction mrmeshpy.DepthFunction.__imatmul__ | ( | self, | |
| bool | b ) |
| int mrmeshpy.DepthFunction.__index__ | ( | self | ) |
| int mrmeshpy.DepthFunction.__int__ | ( | self | ) |
| DepthFunction mrmeshpy.DepthFunction.__invert__ | ( | self | ) |
| DepthFunction mrmeshpy.DepthFunction.__ior__ | ( | self, | |
| DepthFunction | b ) |
| DepthFunction mrmeshpy.DepthFunction.__mul__ | ( | self, | |
| bool | b ) |
| bool mrmeshpy.DepthFunction.__ne__ | ( | self, | |
| typing.Any | other ) |
| DepthFunction mrmeshpy.DepthFunction.__or__ | ( | self, | |
| DepthFunction | b ) |
| str mrmeshpy.DepthFunction.__repr__ | ( | self | ) |
| DepthFunction mrmeshpy.DepthFunction.__rmul__ | ( | self, | |
| bool | b ) |
| None mrmeshpy.DepthFunction.__setstate__ | ( | self, | |
| int | state ) |
| str mrmeshpy.DepthFunction.__str__ | ( | self | ) |
| str mrmeshpy.DepthFunction.name | ( | self | ) |
| int mrmeshpy.DepthFunction.value | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |