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

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

+ Inheritance diagram for MR.ConstBox_FaceId:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe ConstBox_FaceId (FaceId 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_FaceId (ConstBox_FaceId _other)
 Generated copy constructor.
 
unsafe ConstBox_FaceId ()
 Constructs an empty (default-constructed) instance.
 
unsafe ConstBox_FaceId (MR.Const_NoInit _1)
 Generated from constructor MR.FaceId.FaceId.
 
unsafe ConstBox_FaceId (int i)
 Generated from constructor MR.FaceId.FaceId.
 
unsafe ConstBox_FaceId (uint i)
 Generated from constructor MR.FaceId.FaceId.
 
unsafe ConstBox_FaceId (ulong i)
 Generated from constructor MR.FaceId.FaceId.
 
unsafe bool valid ()
 Generated from method MR.FaceId.valid.
 
unsafe bool less (MR.FaceId b)
 Generated from method MR.FaceId.operator<.
 
bool Equals (MR.FaceId b)
 
override bool Equals (object? other)
 

Static Public Member Functions

static implicit operator ConstBox_FaceId (FaceId other)
 Convert from a struct by copying it. Note that only ConstBox_FaceId has this conversion, Box_FaceId intentionally doesn't.
 
static unsafe implicit operator int (MR.ConstBox_FaceId _this)
 Generated from conversion operator MR.FaceId.operator int.
 
static unsafe operator bool (MR.ConstBox_FaceId _this)
 Generated from conversion operator MR.FaceId.operator bool.
 
static unsafe bool operator== (MR.ConstBox_FaceId _this, MR.FaceId b)
 Generated from method MR.FaceId.operator==.
 
static unsafe bool operator!= (MR.ConstBox_FaceId _this, MR.FaceId b)
 
static unsafe Box_FaceId operator-- (MR.ConstBox_FaceId _this)
 Generated from method MR.FaceId.operator--.
 
static unsafe Box_FaceId operator++ (MR.ConstBox_FaceId _this)
 Generated from method MR.FaceId.operator++.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

ref readonly int id [get]
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ConstBox_FaceId() [1/7]

unsafe MR.ConstBox_FaceId.ConstBox_FaceId ( FaceId 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_FaceId() [2/7]

unsafe MR.ConstBox_FaceId.ConstBox_FaceId ( ConstBox_FaceId _other)
inline

Generated copy constructor.

◆ ConstBox_FaceId() [3/7]

unsafe MR.ConstBox_FaceId.ConstBox_FaceId ( )
inline

Constructs an empty (default-constructed) instance.

◆ ConstBox_FaceId() [4/7]

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

Generated from constructor MR.FaceId.FaceId.

◆ ConstBox_FaceId() [5/7]

unsafe MR.ConstBox_FaceId.ConstBox_FaceId ( int i)
inline

Generated from constructor MR.FaceId.FaceId.

◆ ConstBox_FaceId() [6/7]

unsafe MR.ConstBox_FaceId.ConstBox_FaceId ( uint i)
inline

Generated from constructor MR.FaceId.FaceId.

◆ ConstBox_FaceId() [7/7]

unsafe MR.ConstBox_FaceId.ConstBox_FaceId ( ulong i)
inline

Generated from constructor MR.FaceId.FaceId.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.ConstBox_FaceId.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ Equals() [1/2]

bool MR.ConstBox_FaceId.Equals ( MR.FaceId b)
inline

◆ Equals() [2/2]

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

◆ less()

unsafe bool MR.ConstBox_FaceId.less ( MR.FaceId b)
inline

Generated from method MR.FaceId.operator<.

◆ operator bool()

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

Generated from conversion operator MR.FaceId.operator bool.

◆ operator ConstBox_FaceId()

static implicit MR.ConstBox_FaceId.operator ConstBox_FaceId ( FaceId other)
inlinestatic

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

◆ operator int()

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

Generated from conversion operator MR.FaceId.operator int.

◆ operator!=()

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

◆ operator++()

static unsafe Box_FaceId MR.ConstBox_FaceId.operator++ ( MR.ConstBox_FaceId _this)
inlinestatic

Generated from method MR.FaceId.operator++.

◆ operator--()

static unsafe Box_FaceId MR.ConstBox_FaceId.operator-- ( MR.ConstBox_FaceId _this)
inlinestatic

Generated from method MR.FaceId.operator--.

◆ operator==()

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

Generated from method MR.FaceId.operator==.

◆ valid()

unsafe bool MR.ConstBox_FaceId.valid ( )
inline

Generated from method MR.FaceId.valid.

Property Documentation

◆ id

ref readonly int MR.ConstBox_FaceId.id
get

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