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

Public Member Functions

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

Static Public Member Functions

None __init__ (*args, **kwargs)
 

Protected Member Functions

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

Static Protected Member Functions

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

Detailed Description

Generated from:  MR::NodeId
Aliases:  std_vector_NodeId_reference, Vector_NodeId_NodeId.const_reference, std_vector_NodeId_const_reference, Vector_NodeId_NodeId.reference, Vector_NodeId_NodeId.value_type, TaggedBitSet_NodeTag_IndexType, Id_NodeTag, std_vector_NodeId_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.NodeId.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/6]

None meshlib.mrmeshpy.NodeId.__init__ ( self)

◆ __init__() [3/6]

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

◆ __init__() [4/6]

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

◆ __init__() [5/6]

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

◆ __init__() [6/6]

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

Reimplemented in meshlib.mrmeshpy.NoDefInit_NodeId, and meshlib.mrmeshpy.NoDefInit_NodeId.

Member Function Documentation

◆ __add__() [1/3]

NodeId meshlib.mrmeshpy.NodeId.__add__ ( self,
int a )

◆ __add__() [2/3]

NodeId meshlib.mrmeshpy.NodeId.__add__ ( self,
int a )

◆ __add__() [3/3]

NodeId meshlib.mrmeshpy.NodeId.__add__ ( self,
int a )

◆ __bool__()

bool meshlib.mrmeshpy.NodeId.__bool__ ( self)

◆ __eq__()

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

◆ __iadd__()

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

◆ __isub__()

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

◆ __ne__()

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

◆ _convert_to_int()

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

◆ _Less()

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

◆ _MinusMinus() [1/2]

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

◆ _MinusMinus() [2/2]

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

◆ _PlusPlus() [1/2]

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

◆ _PlusPlus() [2/2]

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

◆ get()

int meshlib.mrmeshpy.NodeId.get ( self)

◆ valid()

bool meshlib.mrmeshpy.NodeId.valid ( self)

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