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

Public Member Functions

bool __bool__ (self)
 
bool __eq__ (self, GraphEdgeId b)
 
GraphEdgeId __iadd__ (self, int a)
 
None __init__ (self)
 
int __int__ (self)
 
GraphEdgeId __isub__ (self, int a)
 
bool __ne__ (self, GraphEdgeId b)
 
str __repr__ (self)
 
int get (self)
 
bool operator (self, GraphEdgeId b)
 
GraphEdgeId operator (self)
 
GraphEdgeId operatorminusminus (self)
 
bool valid (self)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
None __init__ (*args, **kwargs)
 
GraphEdgeId operator (*args, **kwargs)
 
GraphEdgeId operator (*args, **kwargs)
 
GraphEdgeId operator (*args, **kwargs)
 
GraphEdgeId operatorminusminus (*args, **kwargs)
 

Detailed Description

Generated from:  MR::GraphEdgeId
Aliases:  Vector_GraphEdgeId_GraphEdgeId.const_reference, TypedBitSet_GraphEdgeId_IndexType, Vector_GraphEdgeId_GraphEdgeId.value_type, Graph.EdgeId, Vector_GraphEdgeId_GraphEdgeId.reference

stores index of some element, it is made as template class to avoid mixing faces, edges and vertices

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

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

◆ __init__() [3/3]

None mrmeshpy.GraphEdgeId.__init__ ( self)

Member Function Documentation

◆ __bool__()

bool mrmeshpy.GraphEdgeId.__bool__ ( self)

◆ __eq__()

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

◆ __iadd__()

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

◆ __int__()

int mrmeshpy.GraphEdgeId.__int__ ( self)

◆ __isub__()

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

◆ __ne__()

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

◆ __repr__()

str mrmeshpy.GraphEdgeId.__repr__ ( self)

Reimplemented in mrmeshpy.NoDefInit_GraphEdgeId.

◆ get()

int mrmeshpy.GraphEdgeId.get ( self)

◆ operator() [1/5]

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

◆ operator() [2/5]

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

◆ operator() [3/5]

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

◆ operator() [4/5]

GraphEdgeId mrmeshpy.GraphEdgeId.operator ( self)

◆ operator() [5/5]

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

◆ operatorminusminus() [1/2]

GraphEdgeId mrmeshpy.GraphEdgeId.operatorminusminus ( * args,
** kwargs )
static

◆ operatorminusminus() [2/2]

GraphEdgeId mrmeshpy.GraphEdgeId.operatorminusminus ( self)

◆ valid()

bool mrmeshpy.GraphEdgeId.valid ( self)

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