Generated from class MR.NoDefInit<MR.VoxelId>. Base classes: Direct: (non-virtual) MR.VoxelId This is the const half of the class.
More...
Inheritance diagram for MR.Const_NoDefInit_MRVoxelId:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_NoDefInit_MRVoxelId () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_NoDefInit_MRVoxelId (MR.Const_NoDefInit_MRVoxelId _other) |
Generated from constructor MR.NoDefInit<MR.VoxelId>::NoDefInit. | |
| unsafe bool | valid () |
Generated from method MR.NoDefInit<MR.VoxelId>::valid. | |
| unsafe bool | less (MR.VoxelId b) |
Generated from method MR.NoDefInit<MR.VoxelId>::operator<. | |
| bool | Equals (MR.VoxelId b) |
| override bool | Equals (object? other) |
Static Public Member Functions | |
| static unsafe implicit | operator MR.ConstBox_VoxelId (Const_NoDefInit_MRVoxelId self) |
| static unsafe implicit | operator ulong (MR.Const_NoDefInit_MRVoxelId _this) |
Generated from conversion operator MR.NoDefInit<MR.VoxelId>::operator MR_uint64_t. | |
| static unsafe | operator bool (MR.Const_NoDefInit_MRVoxelId _this) |
Generated from conversion operator MR.NoDefInit<MR.VoxelId>::operator bool. | |
| static unsafe bool | operator== (MR.Const_NoDefInit_MRVoxelId _this, MR.VoxelId b) |
Generated from method MR.NoDefInit<MR.VoxelId>::operator==. | |
| static unsafe bool | operator!= (MR.Const_NoDefInit_MRVoxelId _this, MR.VoxelId b) |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe ulong | id [get] |
Properties inherited from MR.Misc.Object< Const_NoDefInit_MRVoxelId > | |
| 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 | |
Protected Attributes inherited from MR.Misc.Object< Const_NoDefInit_MRVoxelId > | |
| bool | _IsOwningVal |
Generated from class MR.NoDefInit<MR.VoxelId>. Base classes: Direct: (non-virtual) MR.VoxelId This is the const half of the class.