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

Public Member Functions

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

Static Public Member Functions

None __init__ (*args, **kwargs)
 

Protected Member Functions

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

Static Protected Member Functions

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

Detailed Description

Generated from:  MR::UndirectedEdgeId
Aliases:  Vector_UndirectedEdgeId_UndirectedEdgeId_value_type, TaggedBitSet_UndirectedEdgeTag_IndexType, AABBTreeBase_AABBTreeTraits_UndirectedEdgeTag_Box2f.LeafId, SetBitIteratorT_UndirectedEdgeBitSet_IndexType, SetBitIteratorT_UndirectedEdgeBitSet_pointer, SetBitIteratorT_UndirectedEdgeBitSet_IndexType, std_vector_UndirectedEdgeId_const_reference, Vector_UndirectedEdgeId_UndirectedEdgeId_const_reference, UndirectedEdgeIterator.value_type, AABBTreeTraits_UndirectedEdgeTag_Box2f.LeafId, AABBTreeNode_AABBTreeTraits_UndirectedEdgeTag_Box3f.LeafId, SetBitIteratorT_UndirectedEdgeBitSet_reference, std_vector_UndirectedEdgeId_reference, AABBTreeTraits_UndirectedEdgeTag_Box3f.LeafId, Vector_UndirectedEdgeId_UndirectedEdgeId_reference, AABBTreeNode_AABBTreeTraits_UndirectedEdgeTag_Box2f.LeafId, SetBitIteratorT_UndirectedEdgeBitSet_value_type, std_vector_UndirectedEdgeId_value_type, Id_UndirectedEdgeTag, AABBTreeBase_AABBTreeTraits_UndirectedEdgeTag_Box3f.LeafId, PolylineUndirectedEdgeIterator.value_type

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.UndirectedEdgeId.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/6]

None meshlib.mrmeshpy.UndirectedEdgeId.__init__ ( self)

◆ __init__() [3/6]

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

◆ __init__() [4/6]

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

◆ __init__() [5/6]

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

◆ __init__() [6/6]

None meshlib.mrmeshpy.UndirectedEdgeId.__init__ ( self,
UndirectedEdgeId arg0 )

Member Function Documentation

◆ __bool__()

bool meshlib.mrmeshpy.UndirectedEdgeId.__bool__ ( self)

◆ __eq__()

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

◆ __iadd__()

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

◆ __isub__()

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

◆ __ne__()

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

◆ _convert_to_int()

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

◆ _Less()

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

◆ _MinusMinus() [1/2]

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

◆ _MinusMinus() [2/2]

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

◆ _PlusPlus() [1/2]

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

◆ _PlusPlus() [2/2]

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

◆ get()

int meshlib.mrmeshpy.UndirectedEdgeId.get ( self)

◆ valid()

bool meshlib.mrmeshpy.UndirectedEdgeId.valid ( self)

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