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

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

+ Inheritance diagram for MR.GraphVertId:

Public Member Functions

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

Static Public Member Functions

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

Public Attributes

int id
 

Detailed Description

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


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