MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.GraphEdgeId Class Reference
+ Inheritance diagram for meshlib.mrmeshpy.GraphEdgeId:

Public Member Functions

bool __bool__ (self)
 
bool __eq__ (self, GraphEdgeId b)
 
GraphEdgeId __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, GraphEdgeId arg0)
 
GraphEdgeId __isub__ (self, int a)
 
bool __ne__ (self, GraphEdgeId b)
 
int get (self)
 
bool valid (self)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 

Protected Member Functions

bool _Less (self, GraphEdgeId b)
 
GraphEdgeId _MinusMinus (self)
 
GraphEdgeId _PlusPlus (self)
 
int _convert_to_int (self)
 

Static Protected Member Functions

GraphEdgeId _MinusMinus (*args, **kwargs)
 
GraphEdgeId _PlusPlus (*args, **kwargs)
 

Detailed Description

Generated from:  MR::GraphEdgeId
Aliases:  Id_GraphEdgeTag, TaggedBitSet_GraphEdgeTag_IndexType, Graph.EdgeId, Vector_GraphEdgeId_GraphEdgeId.reference, Vector_GraphEdgeId_GraphEdgeId.const_reference, std_vector_GraphEdgeId_reference, std_vector_GraphEdgeId_value_type, Vector_GraphEdgeId_GraphEdgeId.value_type, std_vector_GraphEdgeId_const_reference

stores index of some element, it is made as template class to avoid mixing faces, edges and vertices

Constructor & Destructor Documentation

◆ __init__() [1/6]

None meshlib.mrmeshpy.GraphEdgeId.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/6]

None meshlib.mrmeshpy.GraphEdgeId.__init__ ( self)

◆ __init__() [3/6]

None meshlib.mrmeshpy.GraphEdgeId.__init__ ( self,
int i )

◆ __init__() [4/6]

None meshlib.mrmeshpy.GraphEdgeId.__init__ ( self,
int i )

◆ __init__() [5/6]

None meshlib.mrmeshpy.GraphEdgeId.__init__ ( self,
int i )

◆ __init__() [6/6]

None meshlib.mrmeshpy.GraphEdgeId.__init__ ( self,
GraphEdgeId arg0 )
Implicit copy constructor.

Reimplemented in meshlib.mrmeshpy.NoDefInit_GraphEdgeId, and meshlib.mrmeshpy.NoDefInit_GraphEdgeId.

Member Function Documentation

◆ __bool__()

bool meshlib.mrmeshpy.GraphEdgeId.__bool__ ( self)

◆ __eq__()

bool meshlib.mrmeshpy.GraphEdgeId.__eq__ ( self,
GraphEdgeId b )

◆ __iadd__()

GraphEdgeId meshlib.mrmeshpy.GraphEdgeId.__iadd__ ( self,
int a )

◆ __isub__()

GraphEdgeId meshlib.mrmeshpy.GraphEdgeId.__isub__ ( self,
int a )

◆ __ne__()

bool meshlib.mrmeshpy.GraphEdgeId.__ne__ ( self,
GraphEdgeId b )

◆ _convert_to_int()

int meshlib.mrmeshpy.GraphEdgeId._convert_to_int ( self)
protected

◆ _Less()

bool meshlib.mrmeshpy.GraphEdgeId._Less ( self,
GraphEdgeId b )
protected

◆ _MinusMinus() [1/2]

GraphEdgeId meshlib.mrmeshpy.GraphEdgeId._MinusMinus ( * args,
** kwargs )
staticprotected

◆ _MinusMinus() [2/2]

GraphEdgeId meshlib.mrmeshpy.GraphEdgeId._MinusMinus ( self)
protected

◆ _PlusPlus() [1/2]

GraphEdgeId meshlib.mrmeshpy.GraphEdgeId._PlusPlus ( * args,
** kwargs )
staticprotected

◆ _PlusPlus() [2/2]

GraphEdgeId meshlib.mrmeshpy.GraphEdgeId._PlusPlus ( self)
protected

◆ get()

int meshlib.mrmeshpy.GraphEdgeId.get ( self)

◆ valid()

bool meshlib.mrmeshpy.GraphEdgeId.valid ( self)

The documentation for this class was generated from the following file: