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) |
str | __repr__ (self) |
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) |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::VertId Aliases: Vector_VertId_VertId_const_reference, Vector_VertId_VertId_reference, Vector_VertId_VertId_value_type, TaggedBitSet_VertTag_IndexType stores index of some element, it is made as template class to avoid mixing faces, edges and vertices
|
static |
Reimplemented in mrmeshpy.NoDefInit_VertId, and mrmeshpy.NoDefInit_VertId.
None mrmeshpy.VertId.__init__ | ( | self | ) |
Reimplemented in mrmeshpy.NoDefInit_VertId, and mrmeshpy.NoDefInit_VertId.
None mrmeshpy.VertId.__init__ | ( | self, | |
int | i ) |
Reimplemented in mrmeshpy.NoDefInit_VertId, and mrmeshpy.NoDefInit_VertId.
None mrmeshpy.VertId.__init__ | ( | self, | |
int | i ) |
Reimplemented in mrmeshpy.NoDefInit_VertId, and mrmeshpy.NoDefInit_VertId.
None mrmeshpy.VertId.__init__ | ( | self, | |
int | i ) |
Reimplemented in mrmeshpy.NoDefInit_VertId, and mrmeshpy.NoDefInit_VertId.
None mrmeshpy.VertId.__init__ | ( | self, | |
VertId | arg0 ) |
Implicit copy constructor.
Reimplemented in mrmeshpy.NoDefInit_VertId, and mrmeshpy.NoDefInit_VertId.
bool mrmeshpy.VertId.__bool__ | ( | self | ) |
bool mrmeshpy.VertId.__eq__ | ( | self, | |
VertId | b ) |
VertId mrmeshpy.VertId.__iadd__ | ( | self, | |
int | a ) |
VertId mrmeshpy.VertId.__isub__ | ( | self, | |
int | a ) |
bool mrmeshpy.VertId.__ne__ | ( | self, | |
VertId | b ) |
str mrmeshpy.VertId.__repr__ | ( | self | ) |
Reimplemented in mrmeshpy.NoDefInit_VertId.
|
protected |
|
protected |
|
staticprotected |
|
protected |
|
staticprotected |
|
protected |
|
staticprotected |
Reimplemented in mrmeshpy.NoDefInit_VertId.
int mrmeshpy.VertId.get | ( | self | ) |
bool mrmeshpy.VertId.valid | ( | self | ) |