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

Generated from class MR.NoInitNodeId. Base classes: Direct: (non-virtual) MR.NodeId This is the non-const half of the class. More...

+ Inheritance diagram for MR.NoInitNodeId:

Public Member Functions

unsafe NoInitNodeId ()
 Constructs an empty (default-constructed) instance.
 
unsafe NoInitNodeId (MR.Const_NoInitNodeId _other)
 Generated from constructor MR.NoInitNodeId.NoInitNodeId.
 
unsafe NoInitNodeId (MR.NodeId id)
 Generated from constructor MR.NoInitNodeId.NoInitNodeId.
 
unsafe MR.NoInitNodeId assign (MR.Const_NoInitNodeId _other)
 Generated from method MR.NoInitNodeId.operator=.
 
unsafe ref int get ()
 Generated from method MR.NoInitNodeId.get.
 
unsafe ref MR.NodeId subAssign (int a)
 Generated from method MR.NoInitNodeId.operator-=.
 
unsafe ref MR.NodeId addAssign (int a)
 Generated from method MR.NoInitNodeId.operator+=.
 
- Public Member Functions inherited from MR.Const_NoInitNodeId
virtual void Dispose ()
 
unsafe Const_NoInitNodeId ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_NoInitNodeId (MR.Const_NoInitNodeId _other)
 Generated from constructor MR.NoInitNodeId.NoInitNodeId.
 
unsafe Const_NoInitNodeId (MR.NodeId id)
 Generated from constructor MR.NoInitNodeId.NoInitNodeId.
 
unsafe bool valid ()
 Generated from method MR.NoInitNodeId.valid.
 
unsafe bool less (MR.NodeId b)
 Generated from method MR.NoInitNodeId.operator<.
 
bool Equals (MR.NodeId b)
 
override bool Equals (object? other)
 

Static Public Member Functions

static unsafe implicit operator MR.Box_NodeId (NoInitNodeId self)
 
static unsafe implicit operator NoInitNodeId (MR.NodeId id)
 Generated from constructor MR.NoInitNodeId.NoInitNodeId.
 
- Static Public Member Functions inherited from MR.Const_NoInitNodeId
static unsafe implicit operator MR.ConstBox_NodeId (Const_NoInitNodeId self)
 
static unsafe implicit operator Const_NoInitNodeId (MR.NodeId id)
 Generated from constructor MR.NoInitNodeId.NoInitNodeId.
 
static unsafe implicit operator int (MR.Const_NoInitNodeId _this)
 Generated from conversion operator MR.NoInitNodeId.operator int.
 
static unsafe operator bool (MR.Const_NoInitNodeId _this)
 Generated from conversion operator MR.NoInitNodeId.operator bool.
 
static unsafe bool operator== (MR.Const_NoInitNodeId _this, MR.NodeId b)
 Generated from method MR.NoInitNodeId.operator==.
 
static unsafe bool operator!= (MR.Const_NoInitNodeId _this, MR.NodeId b)
 

Properties

new unsafe ref int id [get]
 
- Properties inherited from MR.Const_NoInitNodeId
unsafe int id [get]
 
- Properties inherited from MR.Misc.Object< Const_NoInitNodeId >
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 Member Functions inherited from MR.Const_NoInitNodeId
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< Const_NoInitNodeId >
bool _IsOwningVal
 

Detailed Description

Generated from class MR.NoInitNodeId. Base classes: Direct: (non-virtual) MR.NodeId This is the non-const half of the class.


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