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

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)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __init__() [1/6]

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

◆ __init__() [2/6]

None meshlib.mrmeshpy.GraphVertId.__init__ ( self)

◆ __init__() [3/6]

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

◆ __init__() [4/6]

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

◆ __init__() [5/6]

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

◆ __init__() [6/6]

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

Reimplemented in meshlib.mrmeshpy.NoDefInit_GraphVertId, and meshlib.mrmeshpy.NoDefInit_GraphVertId.

Member Function Documentation

◆ __bool__()

bool meshlib.mrmeshpy.GraphVertId.__bool__ ( self)

◆ __eq__()

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

◆ __iadd__()

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

◆ __isub__()

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

◆ __ne__()

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

◆ _convert_to_int()

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

◆ _Less()

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

◆ _MinusMinus() [1/2]

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

◆ _MinusMinus() [2/2]

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

◆ _PlusPlus() [1/2]

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

◆ _PlusPlus() [2/2]

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

◆ get()

int meshlib.mrmeshpy.GraphVertId.get ( self)

◆ valid()

bool meshlib.mrmeshpy.GraphVertId.valid ( self)

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