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

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

+ Inheritance diagram for MR.ConstBox_VoxelId:

Classes

struct  _Underlying
 

Public Member Functions

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)
 

Static Public Member Functions

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

virtual unsafe void Dispose (bool disposing)
 

Properties

ref readonly ulong id [get]
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ConstBox_VoxelId() [1/5]

unsafe MR.ConstBox_VoxelId.ConstBox_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.)

◆ ConstBox_VoxelId() [2/5]

unsafe MR.ConstBox_VoxelId.ConstBox_VoxelId ( ConstBox_VoxelId _other)
inline

Generated copy constructor.

◆ ConstBox_VoxelId() [3/5]

unsafe MR.ConstBox_VoxelId.ConstBox_VoxelId ( )
inline

Constructs an empty (default-constructed) instance.

◆ ConstBox_VoxelId() [4/5]

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

Generated from constructor MR.VoxelId.VoxelId.

◆ ConstBox_VoxelId() [5/5]

unsafe MR.ConstBox_VoxelId.ConstBox_VoxelId ( ulong i)
inline

Generated from constructor MR.VoxelId.VoxelId.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.ConstBox_VoxelId.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ Equals() [1/2]

bool MR.ConstBox_VoxelId.Equals ( MR.VoxelId b)
inline

◆ Equals() [2/2]

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

◆ less()

unsafe bool MR.ConstBox_VoxelId.less ( MR.VoxelId b)
inline

Generated from method MR.VoxelId.operator<.

◆ operator bool()

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

Generated from conversion operator MR.VoxelId.operator bool.

◆ operator ConstBox_VoxelId()

static implicit MR.ConstBox_VoxelId.operator ConstBox_VoxelId ( VoxelId other)
inlinestatic

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

◆ operator ulong()

static unsafe implicit MR.ConstBox_VoxelId.operator ulong ( MR.ConstBox_VoxelId _this)
inlinestatic

Generated from conversion operator MR.VoxelId.operator MR_uint64_t.

◆ operator!=()

static unsafe bool MR.ConstBox_VoxelId.operator!= ( MR.ConstBox_VoxelId _this,
MR.VoxelId b )
inlinestatic

◆ operator+() [1/3]

static unsafe MR.VoxelId MR.ConstBox_VoxelId.operator+ ( ConstBox_VoxelId id,
int a )
inlinestatic

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

◆ operator+() [2/3]

static unsafe MR.VoxelId MR.ConstBox_VoxelId.operator+ ( ConstBox_VoxelId id,
uint a )
inlinestatic

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

◆ operator+() [3/3]

static unsafe MR.VoxelId MR.ConstBox_VoxelId.operator+ ( ConstBox_VoxelId id,
ulong a )
inlinestatic

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

◆ operator++()

static unsafe Box_VoxelId MR.ConstBox_VoxelId.operator++ ( MR.ConstBox_VoxelId _this)
inlinestatic

Generated from method MR.VoxelId.operator++.

◆ operator-() [1/3]

static unsafe MR.VoxelId MR.ConstBox_VoxelId.operator- ( ConstBox_VoxelId id,
int a )
inlinestatic

Generated from function MR.operator-<MR.VoxelTag>.

◆ operator-() [2/3]

static unsafe MR.VoxelId MR.ConstBox_VoxelId.operator- ( ConstBox_VoxelId id,
uint a )
inlinestatic

Generated from function MR.operator-<MR.VoxelTag>.

◆ operator-() [3/3]

static unsafe MR.VoxelId MR.ConstBox_VoxelId.operator- ( ConstBox_VoxelId id,
ulong a )
inlinestatic

Generated from function MR.operator-<MR.VoxelTag>.

◆ operator--()

static unsafe Box_VoxelId MR.ConstBox_VoxelId.operator-- ( MR.ConstBox_VoxelId _this)
inlinestatic

Generated from method MR.VoxelId.operator--.

◆ operator==()

static unsafe bool MR.ConstBox_VoxelId.operator== ( MR.ConstBox_VoxelId _this,
MR.VoxelId b )
inlinestatic

Generated from method MR.VoxelId.operator==.

◆ valid()

unsafe bool MR.ConstBox_VoxelId.valid ( )
inline

Generated from method MR.VoxelId.valid.

Property Documentation

◆ id

ref readonly ulong MR.ConstBox_VoxelId.id
get

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