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) |
Generated from class MR.VoxelId. Derived classes: Direct: (non-virtual) MR.NoDefInit<MR.VoxelId> This is the non-const reference to the struct.
|
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.)
|
inline |
Generated copy constructor.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.VoxelId.VoxelId.
|
inline |
Generated from constructor MR.VoxelId.VoxelId.
|
inline |
Generated from method MR.VoxelId.operator+=.
|
inline |
Generated copy assignment.
|
inline |
Generated from method MR.VoxelId.operator--.
|
inline |
Generated from method MR.VoxelId.get.
|
inline |
Generated from method MR.VoxelId.operator++.
|
inline |
Generated from method MR.VoxelId.operator-=.
|
get |