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
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.)
 
virtual void Dispose ()
 
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

unsafe new ref VoxelId _Ref [get]
 Get the underlying struct.
 
new ref ulong id [get]
 
- Properties inherited from MR.ConstBox_VoxelId
unsafe ref readonly VoxelId _Ref [get]
 Get the underlying struct.
 
ref readonly ulong id [get]
 
- Properties inherited from MR.Misc.Object< ConstBox_VoxelId >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

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)
 
- Protected Attributes inherited from MR.Misc.Object< ConstBox_VoxelId >
bool _IsOwningVal
 

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.


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