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

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

+ Inheritance diagram for MR.Box_PixelId:

Public Member Functions

unsafe Box_PixelId (PixelId 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_PixelId (ConstBox_PixelId _other)
 Generated copy constructor.
 
void Assign (ConstBox_PixelId _other)
 Generated copy assignment.
 
unsafe Box_PixelId ()
 Constructs an empty (default-constructed) instance.
 
unsafe Box_PixelId (MR.Const_NoInit _1)
 Generated from constructor MR.PixelId.PixelId.
 
unsafe Box_PixelId (int i)
 Generated from constructor MR.PixelId.PixelId.
 
unsafe ref int get ()
 Generated from method MR.PixelId.get.
 
unsafe void decr ()
 Generated from method MR.PixelId.operator--.
 
unsafe void incr ()
 Generated from method MR.PixelId.operator++.
 
unsafe ref MR.PixelId subAssign (int a)
 Generated from method MR.PixelId.operator-=.
 
unsafe ref MR.PixelId addAssign (int a)
 Generated from method MR.PixelId.operator+=.
 
- Public Member Functions inherited from MR.ConstBox_PixelId
virtual void Dispose ()
 
unsafe ConstBox_PixelId (PixelId 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_PixelId (ConstBox_PixelId _other)
 Generated copy constructor.
 
unsafe ConstBox_PixelId ()
 Constructs an empty (default-constructed) instance.
 
unsafe ConstBox_PixelId (MR.Const_NoInit _1)
 Generated from constructor MR.PixelId.PixelId.
 
unsafe ConstBox_PixelId (int i)
 Generated from constructor MR.PixelId.PixelId.
 
unsafe bool valid ()
 Generated from method MR.PixelId.valid.
 
unsafe bool less (MR.PixelId b)
 Generated from method MR.PixelId.operator<.
 
bool Equals (MR.PixelId b)
 
override bool Equals (object? other)
 

Properties

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

Additional Inherited Members

- Static Public Member Functions inherited from MR.ConstBox_PixelId
static implicit operator ConstBox_PixelId (PixelId other)
 Convert from a struct by copying it. Note that only ConstBox_PixelId has this conversion, Box_PixelId intentionally doesn't.
 
static unsafe implicit operator int (MR.ConstBox_PixelId _this)
 Generated from conversion operator MR.PixelId.operator int.
 
static unsafe operator bool (MR.ConstBox_PixelId _this)
 Generated from conversion operator MR.PixelId.operator bool.
 
static unsafe bool operator== (MR.ConstBox_PixelId _this, MR.PixelId b)
 Generated from method MR.PixelId.operator==.
 
static unsafe bool operator!= (MR.ConstBox_PixelId _this, MR.PixelId b)
 
static unsafe Box_PixelId operator-- (MR.ConstBox_PixelId _this)
 Generated from method MR.PixelId.operator--.
 
static unsafe Box_PixelId operator++ (MR.ConstBox_PixelId _this)
 Generated from method MR.PixelId.operator++.
 
- Protected Member Functions inherited from MR.ConstBox_PixelId
virtual unsafe void Dispose (bool disposing)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ Box_PixelId() [1/5]

unsafe MR.Box_PixelId.Box_PixelId ( PixelId 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_PixelId() [2/5]

unsafe MR.Box_PixelId.Box_PixelId ( ConstBox_PixelId _other)
inline

Generated copy constructor.

◆ Box_PixelId() [3/5]

unsafe MR.Box_PixelId.Box_PixelId ( )
inline

Constructs an empty (default-constructed) instance.

◆ Box_PixelId() [4/5]

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

Generated from constructor MR.PixelId.PixelId.

◆ Box_PixelId() [5/5]

unsafe MR.Box_PixelId.Box_PixelId ( int i)
inline

Generated from constructor MR.PixelId.PixelId.

Member Function Documentation

◆ addAssign()

unsafe ref MR.PixelId MR.Box_PixelId.addAssign ( int a)
inline

Generated from method MR.PixelId.operator+=.

◆ Assign()

void MR.Box_PixelId.Assign ( ConstBox_PixelId _other)
inline

Generated copy assignment.

◆ decr()

unsafe void MR.Box_PixelId.decr ( )
inline

Generated from method MR.PixelId.operator--.

◆ get()

unsafe ref int MR.Box_PixelId.get ( )
inline

Generated from method MR.PixelId.get.

◆ incr()

unsafe void MR.Box_PixelId.incr ( )
inline

Generated from method MR.PixelId.operator++.

◆ subAssign()

unsafe ref MR.PixelId MR.Box_PixelId.subAssign ( int a)
inline

Generated from method MR.PixelId.operator-=.

Property Documentation

◆ id

new ref int MR.Box_PixelId.id
get

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