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