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

Public Member Functions

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

Static Public Member Functions

None __init__ (*args, **kwargs)
 

Protected Member Functions

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

Static Protected Member Functions

ObjId _MinusMinus (*args, **kwargs)
 
ObjId _PlusPlus (*args, **kwargs)
 
 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

Generated from:  MR::ObjId
Aliases:  ObjTreeTraits.LeafId, TaggedBitSet_ObjTag_IndexType, Vector_ObjId_ObjId_const_reference, AABBTreeBase_ObjTreeTraits.LeafId, Vector_ObjId_ObjId_reference, AABBTreeNode_ObjTreeTraits.LeafId, Vector_ObjId_ObjId_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 mrmeshpy.ObjId.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/6]

None mrmeshpy.ObjId.__init__ ( self)

◆ __init__() [3/6]

None mrmeshpy.ObjId.__init__ ( self,
int i )

◆ __init__() [4/6]

None mrmeshpy.ObjId.__init__ ( self,
int i )

◆ __init__() [5/6]

None mrmeshpy.ObjId.__init__ ( self,
int i )

◆ __init__() [6/6]

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

Reimplemented in mrmeshpy.NoDefInit_ObjId, and mrmeshpy.NoDefInit_ObjId.

Member Function Documentation

◆ __bool__()

bool mrmeshpy.ObjId.__bool__ ( self)

◆ __eq__()

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

◆ __iadd__()

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

◆ __isub__()

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

◆ __ne__()

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

◆ __repr__()

str mrmeshpy.ObjId.__repr__ ( self)

Reimplemented in mrmeshpy.NoDefInit_ObjId.

◆ _convert_to_int()

int mrmeshpy.ObjId._convert_to_int ( self)
protected

◆ _Less()

bool mrmeshpy.ObjId._Less ( self,
ObjId b )
protected

◆ _MinusMinus() [1/2]

ObjId mrmeshpy.ObjId._MinusMinus ( * args,
** kwargs )
staticprotected

◆ _MinusMinus() [2/2]

ObjId mrmeshpy.ObjId._MinusMinus ( self)
protected

◆ _PlusPlus() [1/2]

ObjId mrmeshpy.ObjId._PlusPlus ( * args,
** kwargs )
staticprotected

◆ _PlusPlus() [2/2]

ObjId mrmeshpy.ObjId._PlusPlus ( self)
protected

◆ _pybind11_conduit_v1_()

mrmeshpy.ObjId._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

Reimplemented in mrmeshpy.NoDefInit_ObjId.

◆ get()

int mrmeshpy.ObjId.get ( self)

◆ valid()

bool mrmeshpy.ObjId.valid ( self)

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