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)
 
int __int__ (self)
 
GraphVertId __isub__ (self, int a)
 
bool __ne__ (self, GraphVertId b)
 
str __repr__ (self)
 
int get (self)
 
bool operator (self, GraphVertId b)
 
GraphVertId operator (self)
 
GraphVertId operatorminusminus (self)
 
bool valid (self)
 

Static Public Member Functions

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

Detailed Description

Generated from:  MR::GraphVertId
Aliases:  Vector_GraphVertId_GraphVertId.const_reference, TypedBitSet_GraphVertId_IndexType, Graph.VertId, Vector_GraphVertId_GraphVertId.value_type, Vector_GraphVertId_GraphVertId.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.GraphVertId.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

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

◆ __init__() [3/3]

None mrmeshpy.GraphVertId.__init__ ( self)

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 )

◆ __int__()

int mrmeshpy.GraphVertId.__int__ ( self)

◆ __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.

◆ get()

int mrmeshpy.GraphVertId.get ( self)

◆ operator() [1/5]

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

◆ operator() [2/5]

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

◆ operator() [3/5]

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

◆ operator() [4/5]

GraphVertId mrmeshpy.GraphVertId.operator ( self)

◆ operator() [5/5]

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

◆ operatorminusminus() [1/2]

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

◆ operatorminusminus() [2/2]

GraphVertId mrmeshpy.GraphVertId.operatorminusminus ( self)

◆ valid()

bool mrmeshpy.GraphVertId.valid ( self)

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