MeshLib C# Docs
Loading...
Searching...
No Matches
MR.UndirectedEdgeId Struct Reference

Generated from class MR.UndirectedEdgeId. Derived classes: Direct: (non-virtual) MR.NoDefInit<MR.UndirectedEdgeId> This is the by-value version of the struct. More...

+ Inheritance diagram for MR.UndirectedEdgeId:

Public Member Functions

 UndirectedEdgeId (UndirectedEdgeId _other)
 Generated copy constructor.
 
unsafe UndirectedEdgeId ()
 Constructs an empty (default-constructed) instance.
 
unsafe UndirectedEdgeId (MR.Const_NoInit _1)
 Generated from constructor MR.UndirectedEdgeId.UndirectedEdgeId.
 
unsafe UndirectedEdgeId (int i)
 Generated from constructor MR.UndirectedEdgeId.UndirectedEdgeId.
 
unsafe UndirectedEdgeId (ulong i)
 Generated from constructor MR.UndirectedEdgeId.UndirectedEdgeId.
 
readonly unsafe bool valid ()
 Generated from method MR.UndirectedEdgeId.valid.
 
unsafe ref int get ()
 Generated from method MR.UndirectedEdgeId.get.
 
readonly unsafe bool less (MR.UndirectedEdgeId b)
 Generated from method MR.UndirectedEdgeId.operator<.
 
unsafe void decr ()
 Generated from method MR.UndirectedEdgeId.operator--.
 
unsafe UndirectedEdgeId decr (MR.UndirectedEdgeId _this)
 Generated from method MR.UndirectedEdgeId.operator--.
 
unsafe void incr ()
 Generated from method MR.UndirectedEdgeId.operator++.
 
unsafe UndirectedEdgeId incr (MR.UndirectedEdgeId _this)
 Generated from method MR.UndirectedEdgeId.operator++.
 
unsafe ref MR.UndirectedEdgeId subAssign (int a)
 Generated from method MR.UndirectedEdgeId.operator-=.
 
unsafe ref MR.UndirectedEdgeId addAssign (int a)
 Generated from method MR.UndirectedEdgeId.operator+=.
 
bool Equals (MR.UndirectedEdgeId b)
 
override bool Equals (object? other)
 

Static Public Member Functions

static implicit operator UndirectedEdgeId (ConstBox_UndirectedEdgeId other)
 Copy contents from a wrapper class to this struct.
 
static unsafe implicit operator int (MR.UndirectedEdgeId _this)
 Generated from conversion operator MR.UndirectedEdgeId.operator int.
 
static unsafe operator bool (MR.UndirectedEdgeId _this)
 Generated from conversion operator MR.UndirectedEdgeId.operator bool.
 
static unsafe bool operator== (MR.UndirectedEdgeId _this, MR.UndirectedEdgeId b)
 Generated from method MR.UndirectedEdgeId.operator==.
 
static unsafe bool operator!= (MR.UndirectedEdgeId _this, MR.UndirectedEdgeId b)
 

Public Attributes

int id
 

Detailed Description

Generated from class MR.UndirectedEdgeId. Derived classes: Direct: (non-virtual) MR.NoDefInit<MR.UndirectedEdgeId> This is the by-value version of the struct.


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