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

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

+ Inheritance diagram for MR.EdgeId:

Public Member Functions

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

Static Public Member Functions

static implicit operator EdgeId (ConstBox_EdgeId other)
 Copy contents from a wrapper class to this struct.
 
static unsafe implicit operator EdgeId (MR.UndirectedEdgeId u)
 Generated from constructor MR.EdgeId.EdgeId.
 
static unsafe implicit operator int (MR.EdgeId _this)
 Generated from conversion operator MR.EdgeId.operator int.
 
static unsafe operator bool (MR.EdgeId _this)
 Generated from conversion operator MR.EdgeId.operator bool.
 
static unsafe implicit operator MR.UndirectedEdgeId (MR.EdgeId _this)
 Generated from conversion operator MR.EdgeId.operator MR.UndirectedEdgeId.
 
static unsafe bool operator== (MR.EdgeId _this, MR.EdgeId b)
 Generated from method MR.EdgeId.operator==.
 
static unsafe bool operator!= (MR.EdgeId _this, MR.EdgeId b)
 
static MR.EdgeId operator+ (MR.EdgeId id, int a)
 Generated from function MR.operator+<MR.EdgeTag>.
 
static MR.EdgeId operator+ (MR.EdgeId id, uint a)
 Generated from function MR.operator+<MR.EdgeTag>.
 
static MR.EdgeId operator+ (MR.EdgeId id, ulong a)
 Generated from function MR.operator+<MR.EdgeTag>.
 

Public Attributes

int id
 

Detailed Description

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


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