MeshLib Python Docs
Loading...
Searching...
No Matches
Inheritance diagram for 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, NodeId arg0)
int __int__ (self)
NodeId __isub__ (self, int a)
bool __ne__ (self, NodeId b)
str __repr__ (self)
int get (self)
bool operator (self, NodeId b)
NodeId operator (self)
NodeId operator_minus_minus (self)
bool valid (self)

Static Public Member Functions

None __init__ (*args, **kwargs)
None __init__ (*args, **kwargs)
NodeId operator (*args, **kwargs)
NodeId operator (*args, **kwargs)
NodeId operator (*args, **kwargs)
NodeId operator_minus_minus (*args, **kwargs)

Detailed Description

Generated from:  MR::NodeId
Aliases:  Vector_NodeId_NodeId.const_reference, Vector_NodeId_NodeId.reference, TypedBitSet_NodeId_IndexType, Vector_NodeId_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/5]

None mrmeshpy.NodeId.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/5]

None mrmeshpy.NodeId.__init__ ( * args,
** kwargs )
static

◆ __init__() [3/5]

None mrmeshpy.NodeId.__init__ ( self)

◆ __init__() [4/5]

None mrmeshpy.NodeId.__init__ ( self,
int i )
For the parser, pretend it's not templated. Instantiating the template above in the parser is difficult.

◆ __init__() [5/5]

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

Member Function Documentation

◆ __add__() [1/3]

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

◆ __add__() [2/3]

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

◆ __add__() [3/3]

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

◆ __bool__()

bool mrmeshpy.NodeId.__bool__ ( self)

◆ __eq__()

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

◆ __iadd__()

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

◆ __int__()

int mrmeshpy.NodeId.__int__ ( self)

◆ __isub__()

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

◆ __ne__()

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

◆ __repr__()

str mrmeshpy.NodeId.__repr__ ( self)

◆ get()

int mrmeshpy.NodeId.get ( self)

◆ operator() [1/5]

NodeId mrmeshpy.NodeId.operator ( * args,
** kwargs )
static

◆ operator() [2/5]

NodeId mrmeshpy.NodeId.operator ( * args,
** kwargs )
static

◆ operator() [3/5]

NodeId mrmeshpy.NodeId.operator ( * args,
** kwargs )
static

◆ operator() [4/5]

◆ operator() [5/5]

bool mrmeshpy.NodeId.operator ( self,
NodeId b )

◆ operator_minus_minus() [1/2]

NodeId mrmeshpy.NodeId.operator_minus_minus ( * args,
** kwargs )
static

◆ operator_minus_minus() [2/2]

NodeId mrmeshpy.NodeId.operator_minus_minus ( self)

◆ valid()

bool mrmeshpy.NodeId.valid ( self)

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