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