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

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

Generated from:  MR::Id<MR::ICPElemtTag>
Aliases:  Vector_Id_ICPElemtTag_Id_ICPElemtTag.value_type, ICPElementId, std_vector_Id_ICPElemtTag_value_type, Vector_Id_ICPElemtTag_Id_ICPElemtTag.reference, std_vector_Id_ICPElemtTag_const_reference, std_vector_Id_ICPElemtTag_reference, Vector_Id_ICPElemtTag_Id_ICPElemtTag.const_reference, TypedBitSet_Id_ICPElemtTag.IndexType

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

Constructor & Destructor Documentation

◆ __init__() [1/5]

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

◆ __init__() [2/5]

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

◆ __init__() [3/5]

None mrmeshpy.Id_ICPElemtTag.__init__ ( self)

◆ __init__() [4/5]

None mrmeshpy.Id_ICPElemtTag.__init__ ( self,
int i )
Allow constructing from `int` and other integral types.
This constructor is written like this instead of a plain `Id(int)`, because we also wish to disable construction
  from other unrelated `Id<U>` specializations, which themselves have implicit conversions to `int`.
We could also achieve that using `template <typename U> Id(Id<U>) = delete;`, but it turns out that that causes issues
  for the `EdgeId::operator UndirectedEdgeId` below. There, while `UndirectedEdgeId x = EdgeId{};` compiles with this approach,
  but `UndirectedEdgeId x(EdgeId{});` doesn't. So to allow both forms, this constructor must be written this way, as a template.
The `= int` is there only to make the bindings emit this constructor, I don't think it affects anything else.

Reimplemented in mrmeshpy.NoDefInit_Id_ICPElemtTag, mrmeshpy.NoDefInit_Id_ICPElemtTag, and mrmeshpy.NoDefInit_Id_ICPElemtTag.

◆ __init__() [5/5]

None mrmeshpy.Id_ICPElemtTag.__init__ ( self,
Id_ICPElemtTag arg0 )

Member Function Documentation

◆ __bool__()

bool mrmeshpy.Id_ICPElemtTag.__bool__ ( self)

◆ __eq__()

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

◆ __iadd__()

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

◆ __int__()

int mrmeshpy.Id_ICPElemtTag.__int__ ( self)

◆ __isub__()

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

◆ __ne__()

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

◆ __repr__()

str mrmeshpy.Id_ICPElemtTag.__repr__ ( self)

◆ get()

int mrmeshpy.Id_ICPElemtTag.get ( self)

◆ operator() [1/5]

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

◆ operator() [2/5]

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

◆ operator() [3/5]

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

◆ operator() [4/5]

Id_ICPElemtTag mrmeshpy.Id_ICPElemtTag.operator ( self)

◆ operator() [5/5]

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

◆ operatorminusminus() [1/2]

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

◆ operatorminusminus() [2/2]

Id_ICPElemtTag mrmeshpy.Id_ICPElemtTag.operatorminusminus ( self)

◆ valid()

bool mrmeshpy.Id_ICPElemtTag.valid ( self)

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