Public Member Functions | |
ViewportMask | __and__ (self, ViewportMask b) |
bool | __eq__ (self, ViewportMask b) |
ViewportMask | __iand__ (self, ViewportMask b) |
None | __init__ (self) |
None | __init__ (self, int i) |
None | __init__ (self, ViewportId i) |
None | __init__ (self, ViewportMask arg0) |
ViewportMask | __invert__ (self) |
ViewportMask | __ior__ (self, ViewportMask b) |
typing.Iterator | __iter__ (self) |
ViewportMask | __ixor__ (self, ViewportMask b) |
bool | __ne__ (self, ViewportMask b) |
ViewportMask | __or__ (self, ViewportMask b) |
ViewportMask | __xor__ (self, ViewportMask b) |
bool | contains (self, ViewportId id) |
bool | empty (self) |
bool | operator (self, ViewportMask b) |
None | set (self, ViewportId id, bool on=True) |
int | value (self) |
Static Public Member Functions | |
ViewportMask | all () |
ViewportMask | any () |
Generated from: MR::ViewportMask stores mask of viewport unique identifiers
None meshlib.mrmeshpy.ViewportMask.__init__ | ( | self | ) |
None meshlib.mrmeshpy.ViewportMask.__init__ | ( | self, | |
int | i ) |
None meshlib.mrmeshpy.ViewportMask.__init__ | ( | self, | |
ViewportId | i ) |
None meshlib.mrmeshpy.ViewportMask.__init__ | ( | self, | |
ViewportMask | arg0 ) |
Implicit copy constructor.
ViewportMask meshlib.mrmeshpy.ViewportMask.__and__ | ( | self, | |
ViewportMask | b ) |
bool meshlib.mrmeshpy.ViewportMask.__eq__ | ( | self, | |
ViewportMask | b ) |
ViewportMask meshlib.mrmeshpy.ViewportMask.__iand__ | ( | self, | |
ViewportMask | b ) |
ViewportMask meshlib.mrmeshpy.ViewportMask.__invert__ | ( | self | ) |
ViewportMask meshlib.mrmeshpy.ViewportMask.__ior__ | ( | self, | |
ViewportMask | b ) |
typing.Iterator meshlib.mrmeshpy.ViewportMask.__iter__ | ( | self | ) |
ViewportMask meshlib.mrmeshpy.ViewportMask.__ixor__ | ( | self, | |
ViewportMask | b ) |
bool meshlib.mrmeshpy.ViewportMask.__ne__ | ( | self, | |
ViewportMask | b ) |
ViewportMask meshlib.mrmeshpy.ViewportMask.__or__ | ( | self, | |
ViewportMask | b ) |
ViewportMask meshlib.mrmeshpy.ViewportMask.__xor__ | ( | self, | |
ViewportMask | b ) |
|
static |
mask meaning all or any viewports
|
static |
bool meshlib.mrmeshpy.ViewportMask.contains | ( | self, | |
ViewportId | id ) |
bool meshlib.mrmeshpy.ViewportMask.empty | ( | self | ) |
bool meshlib.mrmeshpy.ViewportMask.operator | ( | self, | |
ViewportMask | b ) |
None meshlib.mrmeshpy.ViewportMask.set | ( | self, | |
ViewportId | id, | ||
bool | on = True ) |
int meshlib.mrmeshpy.ViewportMask.value | ( | self | ) |