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

Generated from class MR.NodeNode. This is the non-const half of the class. More...

Inheritance diagram for MR.NodeNode:

Public Member Functions

unsafe NodeNode ()
 Constructs an empty (default-constructed) instance.
unsafe NodeNode (MR.NodeId aNode, MR.NodeId bNode)
 Constructs MR.NodeNode elementwise.
unsafe NodeNode (MR.Const_NodeNode _other)
 Generated from constructor MR.NodeNode.NodeNode.
 NodeNode (NodeNode _other)
 Generated from constructor MR.NodeNode.NodeNode.
unsafe MR.NodeNode assign (MR.Const_NodeNode _other)
 Generated from method MR::NodeNode::operator=.
Public Member Functions inherited from MR.Const_NodeNode
virtual void Dispose ()
unsafe Const_NodeNode ()
 Constructs an empty (default-constructed) instance.
unsafe Const_NodeNode (MR.NodeId aNode, MR.NodeId bNode)
 Constructs MR.NodeNode elementwise.
unsafe Const_NodeNode (MR.Const_NodeNode _other)
 Generated from constructor MR.NodeNode.NodeNode.
 Const_NodeNode (NodeNode _other)
 Generated from constructor MR.NodeNode.NodeNode.

Properties

new unsafe ref MR.NodeId aNode [get]
new unsafe ref MR.NodeId bNode [get]
Properties inherited from MR.Const_NodeNode
unsafe ref readonly MR.NodeId aNode [get]
unsafe ref readonly MR.NodeId bNode [get]

Additional Inherited Members

Protected Member Functions inherited from MR.Const_NodeNode
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_NodeNode
unsafe MR.NodeId__ref_storage_aNode
unsafe MR.NodeId__ref_storage_bNode

Detailed Description

Generated from class MR.NodeNode. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ NodeNode() [1/4]

unsafe MR.NodeNode.NodeNode ( )
inline

Constructs an empty (default-constructed) instance.

◆ NodeNode() [2/4]

unsafe MR.NodeNode.NodeNode ( MR.NodeId aNode,
MR.NodeId bNode )
inline

Constructs MR.NodeNode elementwise.

◆ NodeNode() [3/4]

unsafe MR.NodeNode.NodeNode ( MR.Const_NodeNode _other)
inline

Generated from constructor MR.NodeNode.NodeNode.

◆ NodeNode() [4/4]

MR.NodeNode.NodeNode ( NodeNode _other)
inline

Generated from constructor MR.NodeNode.NodeNode.

Member Function Documentation

◆ assign()

unsafe MR.NodeNode MR.NodeNode.assign ( MR.Const_NodeNode _other)
inline

Generated from method MR::NodeNode::operator=.

Property Documentation

◆ aNode

new unsafe ref MR.NodeId MR.NodeNode.aNode
get

◆ bNode

new unsafe ref MR.NodeId MR.NodeNode.bNode
get

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