Public Member Functions | |
bool | __bool__ (self) |
bool | __eq__ (self, GraphVertId b) |
GraphVertId | __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, GraphVertId arg0) |
GraphVertId | __isub__ (self, int a) |
bool | __ne__ (self, GraphVertId b) |
int | get (self) |
bool | valid (self) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
Protected Member Functions | |
bool | _Less (self, GraphVertId b) |
GraphVertId | _MinusMinus (self) |
GraphVertId | _PlusPlus (self) |
int | _convert_to_int (self) |
Static Protected Member Functions | |
GraphVertId | _MinusMinus (*args, **kwargs) |
GraphVertId | _PlusPlus (*args, **kwargs) |
Generated from: MR::GraphVertId Aliases: Id_GraphVertTag, Vector_GraphVertId_GraphVertId.value_type, std_vector_GraphVertId_reference, std_vector_GraphVertId_value_type, std_vector_GraphVertId_const_reference, Graph.VertId, Vector_GraphVertId_GraphVertId.reference, TaggedBitSet_GraphVertTag_IndexType, Vector_GraphVertId_GraphVertId.const_reference stores index of some element, it is made as template class to avoid mixing faces, edges and vertices
|
static |
Reimplemented in meshlib.mrmeshpy.NoDefInit_GraphVertId, and meshlib.mrmeshpy.NoDefInit_GraphVertId.
None meshlib.mrmeshpy.GraphVertId.__init__ | ( | self | ) |
Reimplemented in meshlib.mrmeshpy.NoDefInit_GraphVertId, and meshlib.mrmeshpy.NoDefInit_GraphVertId.
None meshlib.mrmeshpy.GraphVertId.__init__ | ( | self, | |
int | i ) |
Reimplemented in meshlib.mrmeshpy.NoDefInit_GraphVertId, and meshlib.mrmeshpy.NoDefInit_GraphVertId.
None meshlib.mrmeshpy.GraphVertId.__init__ | ( | self, | |
int | i ) |
Reimplemented in meshlib.mrmeshpy.NoDefInit_GraphVertId, and meshlib.mrmeshpy.NoDefInit_GraphVertId.
None meshlib.mrmeshpy.GraphVertId.__init__ | ( | self, | |
int | i ) |
Reimplemented in meshlib.mrmeshpy.NoDefInit_GraphVertId, and meshlib.mrmeshpy.NoDefInit_GraphVertId.
None meshlib.mrmeshpy.GraphVertId.__init__ | ( | self, | |
GraphVertId | arg0 ) |
Implicit copy constructor.
Reimplemented in meshlib.mrmeshpy.NoDefInit_GraphVertId, and meshlib.mrmeshpy.NoDefInit_GraphVertId.
bool meshlib.mrmeshpy.GraphVertId.__bool__ | ( | self | ) |
bool meshlib.mrmeshpy.GraphVertId.__eq__ | ( | self, | |
GraphVertId | b ) |
GraphVertId meshlib.mrmeshpy.GraphVertId.__iadd__ | ( | self, | |
int | a ) |
GraphVertId meshlib.mrmeshpy.GraphVertId.__isub__ | ( | self, | |
int | a ) |
bool meshlib.mrmeshpy.GraphVertId.__ne__ | ( | self, | |
GraphVertId | b ) |
|
protected |
|
protected |
|
staticprotected |
|
protected |
|
staticprotected |
|
protected |
int meshlib.mrmeshpy.GraphVertId.get | ( | self | ) |
bool meshlib.mrmeshpy.GraphVertId.valid | ( | self | ) |