MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.QuarterBit Class Reference

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]
 

Detailed Description

Members:

  LeftLeft

  LeftRight

  RightLeft

  RightRight

  All

Constructor & Destructor Documentation

◆ __init__()

None meshlib.mrmeshpy.QuarterBit.__init__ ( self,
int value )

Member Function Documentation

◆ __and__()

QuarterBit meshlib.mrmeshpy.QuarterBit.__and__ ( self,
QuarterBit b )

◆ __eq__()

bool meshlib.mrmeshpy.QuarterBit.__eq__ ( self,
typing.Any other )

◆ __getstate__()

int meshlib.mrmeshpy.QuarterBit.__getstate__ ( self)

◆ __hash__()

int meshlib.mrmeshpy.QuarterBit.__hash__ ( self)

◆ __iand__()

QuarterBit meshlib.mrmeshpy.QuarterBit.__iand__ ( self,
QuarterBit b )

◆ __imatmul__()

QuarterBit meshlib.mrmeshpy.QuarterBit.__imatmul__ ( self,
bool b )

◆ __index__()

int meshlib.mrmeshpy.QuarterBit.__index__ ( self)

◆ __int__()

int meshlib.mrmeshpy.QuarterBit.__int__ ( self)

◆ __invert__()

QuarterBit meshlib.mrmeshpy.QuarterBit.__invert__ ( self)

◆ __ior__()

QuarterBit meshlib.mrmeshpy.QuarterBit.__ior__ ( self,
QuarterBit b )

◆ __mul__()

QuarterBit meshlib.mrmeshpy.QuarterBit.__mul__ ( self,
bool b )

◆ __ne__()

bool meshlib.mrmeshpy.QuarterBit.__ne__ ( self,
typing.Any other )

◆ __or__()

QuarterBit meshlib.mrmeshpy.QuarterBit.__or__ ( self,
QuarterBit b )

◆ __repr__()

str meshlib.mrmeshpy.QuarterBit.__repr__ ( self)

◆ __rmul__()

QuarterBit meshlib.mrmeshpy.QuarterBit.__rmul__ ( self,
bool b )

◆ __setstate__()

None meshlib.mrmeshpy.QuarterBit.__setstate__ ( self,
int state )

◆ __str__()

str meshlib.mrmeshpy.QuarterBit.__str__ ( self)

◆ name()

str meshlib.mrmeshpy.QuarterBit.name ( self)

◆ value()

int meshlib.mrmeshpy.QuarterBit.value ( self)

Member Data Documentation

◆ All

typing meshlib.mrmeshpy.QuarterBit.All .ClassVar[QuarterBit]
static

◆ LeftLeft

typing meshlib.mrmeshpy.QuarterBit.LeftLeft .ClassVar[QuarterBit]
static

◆ LeftRight

typing meshlib.mrmeshpy.QuarterBit.LeftRight .ClassVar[QuarterBit]
static

◆ RightLeft

typing meshlib.mrmeshpy.QuarterBit.RightLeft .ClassVar[QuarterBit]
static

◆ RightRight

typing meshlib.mrmeshpy.QuarterBit.RightRight .ClassVar[QuarterBit]
static

The documentation for this class was generated from the following file: