MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.GraphVertId Class Reference
+ Inheritance diagram for 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)
 
str __repr__ (self)
 
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)
 
 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

Generated from:  MR::GraphVertId
Aliases:  Vector_GraphVertId_GraphVertId.const_reference, Vector_GraphVertId_GraphVertId.reference, Graph.VertId, Vector_GraphVertId_GraphVertId.value_type, TaggedBitSet_GraphVertTag_IndexType

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

◆ __init__() [2/6]

None mrmeshpy.GraphVertId.__init__ ( self)

◆ __init__() [3/6]

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

◆ __init__() [4/6]

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

◆ __init__() [5/6]

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

◆ __init__() [6/6]

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

Reimplemented in mrmeshpy.NoDefInit_GraphVertId, and mrmeshpy.NoDefInit_GraphVertId.

Member Function Documentation

◆ __bool__()

bool mrmeshpy.GraphVertId.__bool__ ( self)

◆ __eq__()

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

◆ __iadd__()

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

◆ __isub__()

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

◆ __ne__()

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

◆ __repr__()

str mrmeshpy.GraphVertId.__repr__ ( self)

Reimplemented in mrmeshpy.NoDefInit_GraphVertId.

◆ _convert_to_int()

int mrmeshpy.GraphVertId._convert_to_int ( self)
protected

◆ _Less()

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

◆ _MinusMinus() [1/2]

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

◆ _MinusMinus() [2/2]

GraphVertId mrmeshpy.GraphVertId._MinusMinus ( self)
protected

◆ _PlusPlus() [1/2]

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

◆ _PlusPlus() [2/2]

GraphVertId mrmeshpy.GraphVertId._PlusPlus ( self)
protected

◆ _pybind11_conduit_v1_()

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

Reimplemented in mrmeshpy.NoDefInit_GraphVertId.

◆ get()

int mrmeshpy.GraphVertId.get ( self)

◆ valid()

bool mrmeshpy.GraphVertId.valid ( self)

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