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.

Constructor & Destructor Documentation

◆ GraphVertId() [1/4]

MR.GraphVertId.GraphVertId ( GraphVertId _other)
inline

Generated copy constructor.

◆ GraphVertId() [2/4]

unsafe MR.GraphVertId.GraphVertId ( )
inline

Constructs an empty (default-constructed) instance.

◆ GraphVertId() [3/4]

unsafe MR.GraphVertId.GraphVertId ( MR.Const_NoInit _1)
inline

Generated from constructor MR.GraphVertId.GraphVertId.

◆ GraphVertId() [4/4]

unsafe MR.GraphVertId.GraphVertId ( int i)
inline

Generated from constructor MR.GraphVertId.GraphVertId.

Member Function Documentation

◆ addAssign()

unsafe ref MR.GraphVertId MR.GraphVertId.addAssign ( int a)
inline

Generated from method MR.GraphVertId.operator+=.

◆ decr() [1/2]

unsafe void MR.GraphVertId.decr ( )
inline

Generated from method MR.GraphVertId.operator--.

◆ decr() [2/2]

unsafe GraphVertId MR.GraphVertId.decr ( MR.GraphVertId _this)
inline

Generated from method MR.GraphVertId.operator--.

◆ Equals() [1/2]

bool MR.GraphVertId.Equals ( MR.GraphVertId b)
inline

◆ Equals() [2/2]

override bool MR.GraphVertId.Equals ( object? other)
inline

◆ get()

unsafe ref int MR.GraphVertId.get ( )
inline

Generated from method MR.GraphVertId.get.

◆ incr() [1/2]

unsafe void MR.GraphVertId.incr ( )
inline

Generated from method MR.GraphVertId.operator++.

◆ incr() [2/2]

unsafe GraphVertId MR.GraphVertId.incr ( MR.GraphVertId _this)
inline

Generated from method MR.GraphVertId.operator++.

◆ less()

readonly unsafe bool MR.GraphVertId.less ( MR.GraphVertId b)
inline

Generated from method MR.GraphVertId.operator<.

◆ operator bool()

static unsafe MR.GraphVertId.operator bool ( MR.GraphVertId _this)
inlineexplicitstatic

Generated from conversion operator MR.GraphVertId.operator bool.

◆ operator GraphVertId()

static implicit MR.GraphVertId.operator GraphVertId ( ConstBox_GraphVertId other)
static

Copy contents from a wrapper class to this struct.

◆ operator int()

static unsafe implicit MR.GraphVertId.operator int ( MR.GraphVertId _this)
inlinestatic

Generated from conversion operator MR.GraphVertId.operator int.

◆ operator!=()

static unsafe bool MR.GraphVertId.operator!= ( MR.GraphVertId _this,
MR.GraphVertId b )
inlinestatic

◆ operator==()

static unsafe bool MR.GraphVertId.operator== ( MR.GraphVertId _this,
MR.GraphVertId b )
inlinestatic

Generated from method MR.GraphVertId.operator==.

◆ subAssign()

unsafe ref MR.GraphVertId MR.GraphVertId.subAssign ( int a)
inline

Generated from method MR.GraphVertId.operator-=.

◆ valid()

readonly unsafe bool MR.GraphVertId.valid ( )
inline

Generated from method MR.GraphVertId.valid.

Member Data Documentation

◆ id

int MR.GraphVertId.id

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