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

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

+ Inheritance diagram for MR.Box_VoxelId:

Public Member Functions

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

Properties

new ref ulong id [get]
 
- Properties inherited from MR.ConstBox_VoxelId
ref readonly ulong id [get]
 

Additional Inherited Members

- Static Public Member Functions inherited from MR.ConstBox_VoxelId
static implicit operator ConstBox_VoxelId (VoxelId other)
 Convert from a struct by copying it. Note that only ConstBox_VoxelId has this conversion, Box_VoxelId intentionally doesn't.
 
static unsafe implicit operator ulong (MR.ConstBox_VoxelId _this)
 Generated from conversion operator MR.VoxelId.operator MR_uint64_t.
 
static unsafe operator bool (MR.ConstBox_VoxelId _this)
 Generated from conversion operator MR.VoxelId.operator bool.
 
static unsafe bool operator== (MR.ConstBox_VoxelId _this, MR.VoxelId b)
 Generated from method MR.VoxelId.operator==.
 
static unsafe bool operator!= (MR.ConstBox_VoxelId _this, MR.VoxelId b)
 
static unsafe Box_VoxelId operator-- (MR.ConstBox_VoxelId _this)
 Generated from method MR.VoxelId.operator--.
 
static unsafe Box_VoxelId operator++ (MR.ConstBox_VoxelId _this)
 Generated from method MR.VoxelId.operator++.
 
static unsafe MR.VoxelId operator+ (ConstBox_VoxelId id, int a)
 Generated from function MR.operator+<MR.VoxelTag>.
 
static unsafe MR.VoxelId operator+ (ConstBox_VoxelId id, uint a)
 Generated from function MR.operator+<MR.VoxelTag>.
 
static unsafe MR.VoxelId operator+ (ConstBox_VoxelId id, ulong a)
 Generated from function MR.operator+<MR.VoxelTag>.
 
static unsafe MR.VoxelId operator- (ConstBox_VoxelId id, int a)
 Generated from function MR.operator-<MR.VoxelTag>.
 
static unsafe MR.VoxelId operator- (ConstBox_VoxelId id, uint a)
 Generated from function MR.operator-<MR.VoxelTag>.
 
static unsafe MR.VoxelId operator- (ConstBox_VoxelId id, ulong a)
 Generated from function MR.operator-<MR.VoxelTag>.
 
- Protected Member Functions inherited from MR.ConstBox_VoxelId
virtual unsafe void Dispose (bool disposing)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ Box_VoxelId() [1/5]

unsafe MR.Box_VoxelId.Box_VoxelId ( VoxelId 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_VoxelId() [2/5]

unsafe MR.Box_VoxelId.Box_VoxelId ( ConstBox_VoxelId _other)
inline

Generated copy constructor.

◆ Box_VoxelId() [3/5]

unsafe MR.Box_VoxelId.Box_VoxelId ( )
inline

Constructs an empty (default-constructed) instance.

◆ Box_VoxelId() [4/5]

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

Generated from constructor MR.VoxelId.VoxelId.

◆ Box_VoxelId() [5/5]

unsafe MR.Box_VoxelId.Box_VoxelId ( ulong i)
inline

Generated from constructor MR.VoxelId.VoxelId.

Member Function Documentation

◆ addAssign()

unsafe ref MR.VoxelId MR.Box_VoxelId.addAssign ( ulong a)
inline

Generated from method MR.VoxelId.operator+=.

◆ Assign()

void MR.Box_VoxelId.Assign ( ConstBox_VoxelId _other)
inline

Generated copy assignment.

◆ decr()

unsafe void MR.Box_VoxelId.decr ( )
inline

Generated from method MR.VoxelId.operator--.

◆ get()

unsafe ref ulong MR.Box_VoxelId.get ( )
inline

Generated from method MR.VoxelId.get.

◆ incr()

unsafe void MR.Box_VoxelId.incr ( )
inline

Generated from method MR.VoxelId.operator++.

◆ subAssign()

unsafe ref MR.VoxelId MR.Box_VoxelId.subAssign ( ulong a)
inline

Generated from method MR.VoxelId.operator-=.

Property Documentation

◆ id

new ref ulong MR.Box_VoxelId.id
get

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