MeshLib C# Docs
Loading...
Searching...
No Matches
MR.ConstBox_EdgeId Class Reference

Generated from class MR.EdgeId. Derived classes: Direct: (non-virtual) MR.NoDefInit<MR.EdgeId> This is the const reference to the struct. More...

+ Inheritance diagram for MR.ConstBox_EdgeId:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe ConstBox_EdgeId (EdgeId other)
 Make a copy of a struct. (Even though we initially pass is_owning: false, we then use the copy constructor to produce an owning instance.)
 
unsafe ConstBox_EdgeId (ConstBox_EdgeId _other)
 Generated copy constructor.
 
unsafe ConstBox_EdgeId ()
 Constructs an empty (default-constructed) instance.
 
unsafe ConstBox_EdgeId (MR.Const_NoInit _1)
 Generated from constructor MR.EdgeId.EdgeId.
 
unsafe ConstBox_EdgeId (MR.UndirectedEdgeId u)
 Generated from constructor MR.EdgeId.EdgeId.
 
unsafe ConstBox_EdgeId (int i)
 Generated from constructor MR.EdgeId.EdgeId.
 
unsafe ConstBox_EdgeId (uint i)
 Generated from constructor MR.EdgeId.EdgeId.
 
unsafe ConstBox_EdgeId (ulong i)
 Generated from constructor MR.EdgeId.EdgeId.
 
unsafe bool valid ()
 Generated from method MR.EdgeId.valid.
 
unsafe MR.EdgeId sym ()
 Generated from method MR.EdgeId.sym.
 
unsafe bool even ()
 Generated from method MR.EdgeId.even.
 
unsafe bool odd ()
 Generated from method MR.EdgeId.odd.
 
unsafe MR.UndirectedEdgeId undirected ()
 Generated from method MR.EdgeId.undirected.
 
unsafe bool less (MR.EdgeId b)
 Generated from method MR.EdgeId.operator<.
 
bool Equals (MR.EdgeId b)
 
override bool Equals (object? other)
 

Static Public Member Functions

static implicit operator ConstBox_EdgeId (EdgeId other)
 Convert from a struct by copying it. Note that only ConstBox_EdgeId has this conversion, Box_EdgeId intentionally doesn't.
 
static unsafe implicit operator ConstBox_EdgeId (MR.UndirectedEdgeId u)
 Generated from constructor MR.EdgeId.EdgeId.
 
static unsafe implicit operator int (MR.ConstBox_EdgeId _this)
 Generated from conversion operator MR.EdgeId.operator int.
 
static unsafe operator bool (MR.ConstBox_EdgeId _this)
 Generated from conversion operator MR.EdgeId.operator bool.
 
static unsafe implicit operator MR.UndirectedEdgeId (MR.ConstBox_EdgeId _this)
 Generated from conversion operator MR.EdgeId.operator MR.UndirectedEdgeId.
 
static unsafe bool operator== (MR.ConstBox_EdgeId _this, MR.EdgeId b)
 Generated from method MR.EdgeId.operator==.
 
static unsafe bool operator!= (MR.ConstBox_EdgeId _this, MR.EdgeId b)
 
static unsafe Box_EdgeId operator-- (MR.ConstBox_EdgeId _this)
 Generated from method MR.EdgeId.operator--.
 
static unsafe Box_EdgeId operator++ (MR.ConstBox_EdgeId _this)
 Generated from method MR.EdgeId.operator++.
 
static unsafe MR.EdgeId operator+ (ConstBox_EdgeId id, int a)
 Generated from function MR.operator+<MR.EdgeTag>.
 
static unsafe MR.EdgeId operator+ (ConstBox_EdgeId id, uint a)
 Generated from function MR.operator+<MR.EdgeTag>.
 
static unsafe MR.EdgeId operator+ (ConstBox_EdgeId id, ulong a)
 Generated from function MR.operator+<MR.EdgeTag>.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

ref readonly int id [get]
 

Detailed Description

Generated from class MR.EdgeId. Derived classes: Direct: (non-virtual) MR.NoDefInit<MR.EdgeId> This is the const reference to the struct.

Constructor & Destructor Documentation

◆ ConstBox_EdgeId() [1/8]

unsafe MR.ConstBox_EdgeId.ConstBox_EdgeId ( EdgeId other)
inline

Make a copy of a struct. (Even though we initially pass is_owning: false, we then use the copy constructor to produce an owning instance.)

◆ ConstBox_EdgeId() [2/8]

unsafe MR.ConstBox_EdgeId.ConstBox_EdgeId ( ConstBox_EdgeId _other)
inline

Generated copy constructor.

◆ ConstBox_EdgeId() [3/8]

unsafe MR.ConstBox_EdgeId.ConstBox_EdgeId ( )
inline

Constructs an empty (default-constructed) instance.

◆ ConstBox_EdgeId() [4/8]

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

Generated from constructor MR.EdgeId.EdgeId.

◆ ConstBox_EdgeId() [5/8]

unsafe MR.ConstBox_EdgeId.ConstBox_EdgeId ( MR.UndirectedEdgeId u)
inline

Generated from constructor MR.EdgeId.EdgeId.

◆ ConstBox_EdgeId() [6/8]

unsafe MR.ConstBox_EdgeId.ConstBox_EdgeId ( int i)
inline

Generated from constructor MR.EdgeId.EdgeId.

◆ ConstBox_EdgeId() [7/8]

unsafe MR.ConstBox_EdgeId.ConstBox_EdgeId ( uint i)
inline

Generated from constructor MR.EdgeId.EdgeId.

◆ ConstBox_EdgeId() [8/8]

unsafe MR.ConstBox_EdgeId.ConstBox_EdgeId ( ulong i)
inline

Generated from constructor MR.EdgeId.EdgeId.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.ConstBox_EdgeId.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.ConstBox_EdgeId.Dispose ( bool disposing)
inlineprotectedvirtual

◆ Equals() [1/2]

bool MR.ConstBox_EdgeId.Equals ( MR.EdgeId b)
inline

◆ Equals() [2/2]

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

◆ even()

unsafe bool MR.ConstBox_EdgeId.even ( )
inline

Generated from method MR.EdgeId.even.

◆ less()

unsafe bool MR.ConstBox_EdgeId.less ( MR.EdgeId b)
inline

Generated from method MR.EdgeId.operator<.

◆ odd()

unsafe bool MR.ConstBox_EdgeId.odd ( )
inline

Generated from method MR.EdgeId.odd.

◆ operator bool()

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

Generated from conversion operator MR.EdgeId.operator bool.

◆ operator ConstBox_EdgeId() [1/2]

static implicit MR.ConstBox_EdgeId.operator ConstBox_EdgeId ( EdgeId other)
inlinestatic

Convert from a struct by copying it. Note that only ConstBox_EdgeId has this conversion, Box_EdgeId intentionally doesn't.

◆ operator ConstBox_EdgeId() [2/2]

static unsafe implicit MR.ConstBox_EdgeId.operator ConstBox_EdgeId ( MR.UndirectedEdgeId u)
inlinestatic

Generated from constructor MR.EdgeId.EdgeId.

◆ operator int()

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

Generated from conversion operator MR.EdgeId.operator int.

◆ operator MR.UndirectedEdgeId()

static unsafe implicit MR.ConstBox_EdgeId.operator MR.UndirectedEdgeId ( MR.ConstBox_EdgeId _this)
inlinestatic

Generated from conversion operator MR.EdgeId.operator MR.UndirectedEdgeId.

◆ operator!=()

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

◆ operator+() [1/3]

static unsafe MR.EdgeId MR.ConstBox_EdgeId.operator+ ( ConstBox_EdgeId id,
int a )
inlinestatic

Generated from function MR.operator+<MR.EdgeTag>.

◆ operator+() [2/3]

static unsafe MR.EdgeId MR.ConstBox_EdgeId.operator+ ( ConstBox_EdgeId id,
uint a )
inlinestatic

Generated from function MR.operator+<MR.EdgeTag>.

◆ operator+() [3/3]

static unsafe MR.EdgeId MR.ConstBox_EdgeId.operator+ ( ConstBox_EdgeId id,
ulong a )
inlinestatic

Generated from function MR.operator+<MR.EdgeTag>.

◆ operator++()

static unsafe Box_EdgeId MR.ConstBox_EdgeId.operator++ ( MR.ConstBox_EdgeId _this)
inlinestatic

Generated from method MR.EdgeId.operator++.

◆ operator--()

static unsafe Box_EdgeId MR.ConstBox_EdgeId.operator-- ( MR.ConstBox_EdgeId _this)
inlinestatic

Generated from method MR.EdgeId.operator--.

◆ operator==()

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

Generated from method MR.EdgeId.operator==.

◆ sym()

unsafe MR.EdgeId MR.ConstBox_EdgeId.sym ( )
inline

Generated from method MR.EdgeId.sym.

◆ undirected()

unsafe MR.UndirectedEdgeId MR.ConstBox_EdgeId.undirected ( )
inline

Generated from method MR.EdgeId.undirected.

◆ valid()

unsafe bool MR.ConstBox_EdgeId.valid ( )
inline

Generated from method MR.EdgeId.valid.

Property Documentation

◆ id

ref readonly int MR.ConstBox_EdgeId.id
get

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