Public Member Functions | |
bool | __bool__ (self) |
bool | __eq__ (self, VertId b) |
VertId | __iadd__ (self, int a) |
None | __init__ (self) |
None | __init__ (self, int i) |
None | __init__ (self, int i) |
None | __init__ (self, int i) |
None | __init__ (self, VertId arg0) |
VertId | __isub__ (self, int a) |
bool | __ne__ (self, VertId b) |
int | get (self) |
bool | valid (self) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
Protected Member Functions | |
bool | _Less (self, VertId b) |
VertId | _MinusMinus (self) |
VertId | _PlusPlus (self) |
int | _convert_to_int (self) |
Static Protected Member Functions | |
VertId | _MinusMinus (*args, **kwargs) |
VertId | _PlusPlus (*args, **kwargs) |
Generated from: MR::VertId Aliases: TaggedBitSet_VertTag_IndexType, SetBitIteratorT_VertBitSet_value_type, Vector_VertId_VertId_value_type, SetBitIteratorT_VertBitSet_IndexType, SetBitIteratorT_VertBitSet_pointer, SetBitIteratorT_VertBitSet_reference, std_vector_VertId_reference, Vector_VertId_VertId_reference, std_vector_VertId_value_type, std_vector_VertId_const_reference, Id_VertTag, Vector_VertId_VertId_const_reference, SetBitIteratorT_VertBitSet_IndexType stores index of some element, it is made as template class to avoid mixing faces, edges and vertices
|
static |
Reimplemented in meshlib.mrmeshpy.NoDefInit_VertId, and meshlib.mrmeshpy.NoDefInit_VertId.
None meshlib.mrmeshpy.VertId.__init__ | ( | self | ) |
Reimplemented in meshlib.mrmeshpy.NoDefInit_VertId, and meshlib.mrmeshpy.NoDefInit_VertId.
None meshlib.mrmeshpy.VertId.__init__ | ( | self, | |
int | i ) |
Reimplemented in meshlib.mrmeshpy.NoDefInit_VertId, and meshlib.mrmeshpy.NoDefInit_VertId.
None meshlib.mrmeshpy.VertId.__init__ | ( | self, | |
int | i ) |
Reimplemented in meshlib.mrmeshpy.NoDefInit_VertId, and meshlib.mrmeshpy.NoDefInit_VertId.
None meshlib.mrmeshpy.VertId.__init__ | ( | self, | |
int | i ) |
Reimplemented in meshlib.mrmeshpy.NoDefInit_VertId, and meshlib.mrmeshpy.NoDefInit_VertId.
None meshlib.mrmeshpy.VertId.__init__ | ( | self, | |
VertId | arg0 ) |
Implicit copy constructor.
Reimplemented in meshlib.mrmeshpy.NoDefInit_VertId, and meshlib.mrmeshpy.NoDefInit_VertId.
bool meshlib.mrmeshpy.VertId.__bool__ | ( | self | ) |
bool meshlib.mrmeshpy.VertId.__eq__ | ( | self, | |
VertId | b ) |
VertId meshlib.mrmeshpy.VertId.__iadd__ | ( | self, | |
int | a ) |
VertId meshlib.mrmeshpy.VertId.__isub__ | ( | self, | |
int | a ) |
bool meshlib.mrmeshpy.VertId.__ne__ | ( | self, | |
VertId | b ) |
|
protected |
|
protected |
|
staticprotected |
|
protected |
|
staticprotected |
|
protected |
int meshlib.mrmeshpy.VertId.get | ( | self | ) |
bool meshlib.mrmeshpy.VertId.valid | ( | self | ) |