Public Member Functions | |
| bool | __bool__ (self) |
| bool | __eq__ (self, PixelId b) |
| PixelId | __iadd__ (self, int a) |
| None | __init__ (self) |
| None | __init__ (self, int i) |
| None | __init__ (self, PixelId arg0) |
| int | __int__ (self) |
| PixelId | __isub__ (self, int a) |
| bool | __ne__ (self, PixelId b) |
| str | __repr__ (self) |
| int | get (self) |
| bool | operator (self, PixelId b) |
| PixelId | operator (self) |
| PixelId | operator_minus_minus (self) |
| bool | valid (self) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| None | __init__ (*args, **kwargs) |
| PixelId | operator (*args, **kwargs) |
| PixelId | operator (*args, **kwargs) |
| PixelId | operator (*args, **kwargs) |
| PixelId | operator_minus_minus (*args, **kwargs) |
Generated from: MR::PixelId Aliases: Vector_PixelId_PixelId.reference, Vector_PixelId_PixelId.value_type, TypedBitSet_PixelId_IndexType, Vector_PixelId_PixelId.const_reference stores index of some element, it is made as template class to avoid mixing faces, edges and vertices
|
static |
|
static |
| None mrmeshpy.PixelId.__init__ | ( | self | ) |
| None mrmeshpy.PixelId.__init__ | ( | self, | |
| int | i ) |
For the parser, pretend it's not templated. Instantiating the template above in the parser is difficult.
| None mrmeshpy.PixelId.__init__ | ( | self, | |
| PixelId | arg0 ) |
Implicit copy constructor.
| bool mrmeshpy.PixelId.__bool__ | ( | self | ) |
| bool mrmeshpy.PixelId.__eq__ | ( | self, | |
| PixelId | b ) |
| PixelId mrmeshpy.PixelId.__iadd__ | ( | self, | |
| int | a ) |
| int mrmeshpy.PixelId.__int__ | ( | self | ) |
| PixelId mrmeshpy.PixelId.__isub__ | ( | self, | |
| int | a ) |
| bool mrmeshpy.PixelId.__ne__ | ( | self, | |
| PixelId | b ) |
| str mrmeshpy.PixelId.__repr__ | ( | self | ) |
| int mrmeshpy.PixelId.get | ( | self | ) |
|
static |
Reimplemented in mrmeshpy.NoDefInit_PixelId, and mrmeshpy.NoDefInit_PixelId.
|
static |
Reimplemented in mrmeshpy.NoDefInit_PixelId, and mrmeshpy.NoDefInit_PixelId.
|
static |
Reimplemented in mrmeshpy.NoDefInit_PixelId, and mrmeshpy.NoDefInit_PixelId.
| PixelId mrmeshpy.PixelId.operator | ( | self | ) |
Reimplemented in mrmeshpy.NoDefInit_PixelId, and mrmeshpy.NoDefInit_PixelId.
| bool mrmeshpy.PixelId.operator | ( | self, | |
| PixelId | b ) |
Reimplemented in mrmeshpy.NoDefInit_PixelId, and mrmeshpy.NoDefInit_PixelId.
|
static |
| PixelId mrmeshpy.PixelId.operator_minus_minus | ( | self | ) |
| bool mrmeshpy.PixelId.valid | ( | self | ) |