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

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

+ Inheritance diagram for MR.GraphEdgeId:

Public Member Functions

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

Static Public Member Functions

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

Public Attributes

int id
 

Detailed Description

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


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