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

Public Member Functions

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

Static Public Member Functions

None __init__ (*args, **kwargs)
 

Protected Member Functions

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

Static Protected Member Functions

PixelId _MinusMinus (*args, **kwargs)
 
PixelId _PlusPlus (*args, **kwargs)
 

Detailed Description

Generated from:  MR::PixelId
Aliases:  TaggedBitSet_PixelTag_IndexType, Vector_PixelId_PixelId.reference, std_vector_PixelId_reference, Vector_PixelId_PixelId.const_reference, std_vector_PixelId_const_reference, Vector_PixelId_PixelId.value_type, std_vector_PixelId_value_type, Id_PixelTag

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

◆ __init__() [2/6]

None meshlib.mrmeshpy.PixelId.__init__ ( self)

◆ __init__() [3/6]

None meshlib.mrmeshpy.PixelId.__init__ ( self,
int i )

◆ __init__() [4/6]

None meshlib.mrmeshpy.PixelId.__init__ ( self,
int i )

◆ __init__() [5/6]

None meshlib.mrmeshpy.PixelId.__init__ ( self,
int i )

◆ __init__() [6/6]

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

Reimplemented in meshlib.mrmeshpy.NoDefInit_PixelId, and meshlib.mrmeshpy.NoDefInit_PixelId.

Member Function Documentation

◆ __bool__()

bool meshlib.mrmeshpy.PixelId.__bool__ ( self)

◆ __eq__()

bool meshlib.mrmeshpy.PixelId.__eq__ ( self,
PixelId b )

◆ __iadd__()

PixelId meshlib.mrmeshpy.PixelId.__iadd__ ( self,
int a )

◆ __isub__()

PixelId meshlib.mrmeshpy.PixelId.__isub__ ( self,
int a )

◆ __ne__()

bool meshlib.mrmeshpy.PixelId.__ne__ ( self,
PixelId b )

◆ _convert_to_int()

int meshlib.mrmeshpy.PixelId._convert_to_int ( self)
protected

◆ _Less()

bool meshlib.mrmeshpy.PixelId._Less ( self,
PixelId b )
protected

◆ _MinusMinus() [1/2]

PixelId meshlib.mrmeshpy.PixelId._MinusMinus ( * args,
** kwargs )
staticprotected

◆ _MinusMinus() [2/2]

PixelId meshlib.mrmeshpy.PixelId._MinusMinus ( self)
protected

◆ _PlusPlus() [1/2]

PixelId meshlib.mrmeshpy.PixelId._PlusPlus ( * args,
** kwargs )
staticprotected

◆ _PlusPlus() [2/2]

PixelId meshlib.mrmeshpy.PixelId._PlusPlus ( self)
protected

◆ get()

int meshlib.mrmeshpy.PixelId.get ( self)

◆ valid()

bool meshlib.mrmeshpy.PixelId.valid ( self)

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