Public Member Functions | |
QuarterBit | __and__ (self, QuarterBit b) |
bool | __eq__ (self, typing.Any other) |
int | __getstate__ (self) |
int | __hash__ (self) |
QuarterBit | __iand__ (self, QuarterBit b) |
QuarterBit | __imatmul__ (self, bool b) |
int | __index__ (self) |
None | __init__ (self, int value) |
int | __int__ (self) |
QuarterBit | __invert__ (self) |
QuarterBit | __ior__ (self, QuarterBit b) |
QuarterBit | __mul__ (self, bool b) |
bool | __ne__ (self, typing.Any other) |
QuarterBit | __or__ (self, QuarterBit b) |
str | __repr__ (self) |
QuarterBit | __rmul__ (self, bool b) |
None | __setstate__ (self, int state) |
str | __str__ (self) |
str | name (self) |
int | value (self) |
Static Public Attributes | |
typing | All .ClassVar[QuarterBit] |
typing | LeftLeft .ClassVar[QuarterBit] |
typing | LeftRight .ClassVar[QuarterBit] |
typing | RightLeft .ClassVar[QuarterBit] |
typing | RightRight .ClassVar[QuarterBit] |
Members: LeftLeft LeftRight RightLeft RightRight All
None meshlib.mrmeshpy.QuarterBit.__init__ | ( | self, | |
int | value ) |
QuarterBit meshlib.mrmeshpy.QuarterBit.__and__ | ( | self, | |
QuarterBit | b ) |
bool meshlib.mrmeshpy.QuarterBit.__eq__ | ( | self, | |
typing.Any | other ) |
int meshlib.mrmeshpy.QuarterBit.__getstate__ | ( | self | ) |
int meshlib.mrmeshpy.QuarterBit.__hash__ | ( | self | ) |
QuarterBit meshlib.mrmeshpy.QuarterBit.__iand__ | ( | self, | |
QuarterBit | b ) |
QuarterBit meshlib.mrmeshpy.QuarterBit.__imatmul__ | ( | self, | |
bool | b ) |
int meshlib.mrmeshpy.QuarterBit.__index__ | ( | self | ) |
int meshlib.mrmeshpy.QuarterBit.__int__ | ( | self | ) |
QuarterBit meshlib.mrmeshpy.QuarterBit.__invert__ | ( | self | ) |
QuarterBit meshlib.mrmeshpy.QuarterBit.__ior__ | ( | self, | |
QuarterBit | b ) |
QuarterBit meshlib.mrmeshpy.QuarterBit.__mul__ | ( | self, | |
bool | b ) |
bool meshlib.mrmeshpy.QuarterBit.__ne__ | ( | self, | |
typing.Any | other ) |
QuarterBit meshlib.mrmeshpy.QuarterBit.__or__ | ( | self, | |
QuarterBit | b ) |
str meshlib.mrmeshpy.QuarterBit.__repr__ | ( | self | ) |
QuarterBit meshlib.mrmeshpy.QuarterBit.__rmul__ | ( | self, | |
bool | b ) |
None meshlib.mrmeshpy.QuarterBit.__setstate__ | ( | self, | |
int | state ) |
str meshlib.mrmeshpy.QuarterBit.__str__ | ( | self | ) |
str meshlib.mrmeshpy.QuarterBit.name | ( | self | ) |
int meshlib.mrmeshpy.QuarterBit.value | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |