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

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

+ Inheritance diagram for MR.Box_FaceId:

Public Member Functions

unsafe Box_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 Box_FaceId (ConstBox_FaceId _other)
 Generated copy constructor.
 
void Assign (ConstBox_FaceId _other)
 Generated copy assignment.
 
unsafe Box_FaceId ()
 Constructs an empty (default-constructed) instance.
 
unsafe Box_FaceId (MR.Const_NoInit _1)
 Generated from constructor MR.FaceId.FaceId.
 
unsafe Box_FaceId (int i)
 Generated from constructor MR.FaceId.FaceId.
 
unsafe Box_FaceId (uint i)
 Generated from constructor MR.FaceId.FaceId.
 
unsafe Box_FaceId (ulong i)
 Generated from constructor MR.FaceId.FaceId.
 
unsafe ref int get ()
 Generated from method MR.FaceId.get.
 
unsafe void decr ()
 Generated from method MR.FaceId.operator--.
 
unsafe void incr ()
 Generated from method MR.FaceId.operator++.
 
unsafe ref MR.FaceId subAssign (int a)
 Generated from method MR.FaceId.operator-=.
 
unsafe ref MR.FaceId addAssign (int a)
 Generated from method MR.FaceId.operator+=.
 
- Public Member Functions inherited from MR.ConstBox_FaceId
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)
 

Properties

new ref int id [get]
 
- Properties inherited from MR.ConstBox_FaceId
ref readonly int id [get]
 

Additional Inherited Members

- Static Public Member Functions inherited from MR.ConstBox_FaceId
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 inherited from MR.ConstBox_FaceId
virtual unsafe void Dispose (bool disposing)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ Box_FaceId() [1/7]

unsafe MR.Box_FaceId.Box_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.)

◆ Box_FaceId() [2/7]

unsafe MR.Box_FaceId.Box_FaceId ( ConstBox_FaceId _other)
inline

Generated copy constructor.

◆ Box_FaceId() [3/7]

unsafe MR.Box_FaceId.Box_FaceId ( )
inline

Constructs an empty (default-constructed) instance.

◆ Box_FaceId() [4/7]

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

Generated from constructor MR.FaceId.FaceId.

◆ Box_FaceId() [5/7]

unsafe MR.Box_FaceId.Box_FaceId ( int i)
inline

Generated from constructor MR.FaceId.FaceId.

◆ Box_FaceId() [6/7]

unsafe MR.Box_FaceId.Box_FaceId ( uint i)
inline

Generated from constructor MR.FaceId.FaceId.

◆ Box_FaceId() [7/7]

unsafe MR.Box_FaceId.Box_FaceId ( ulong i)
inline

Generated from constructor MR.FaceId.FaceId.

Member Function Documentation

◆ addAssign()

unsafe ref MR.FaceId MR.Box_FaceId.addAssign ( int a)
inline

Generated from method MR.FaceId.operator+=.

◆ Assign()

void MR.Box_FaceId.Assign ( ConstBox_FaceId _other)
inline

Generated copy assignment.

◆ decr()

unsafe void MR.Box_FaceId.decr ( )
inline

Generated from method MR.FaceId.operator--.

◆ get()

unsafe ref int MR.Box_FaceId.get ( )
inline

Generated from method MR.FaceId.get.

◆ incr()

unsafe void MR.Box_FaceId.incr ( )
inline

Generated from method MR.FaceId.operator++.

◆ subAssign()

unsafe ref MR.FaceId MR.Box_FaceId.subAssign ( int a)
inline

Generated from method MR.FaceId.operator-=.

Property Documentation

◆ id

new ref int MR.Box_FaceId.id
get

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