a pair of undirected edges Generated from class MR.UndirectedEdgeUndirectedEdge. This is the const half of the class.
More...
Inheritance diagram for MR.Const_UndirectedEdgeUndirectedEdge:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_UndirectedEdgeUndirectedEdge () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_UndirectedEdgeUndirectedEdge (MR.Const_UndirectedEdgeUndirectedEdge _other) |
Generated from constructor MR.UndirectedEdgeUndirectedEdge.UndirectedEdgeUndirectedEdge. | |
| unsafe | Const_UndirectedEdgeUndirectedEdge (MR.UndirectedEdgeId a, MR.UndirectedEdgeId b) |
Generated from constructor MR.UndirectedEdgeUndirectedEdge.UndirectedEdgeUndirectedEdge. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe ref readonly MR.UndirectedEdgeId | aUndirEdge [get] |
| unsafe ref readonly MR.UndirectedEdgeId | bUndirEdge [get] |
Properties inherited from MR.Misc.Object< Const_UndirectedEdgeUndirectedEdge > | |
| 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_UndirectedEdgeUndirectedEdge > | |
| bool | _IsOwningVal |
a pair of undirected edges Generated from class MR.UndirectedEdgeUndirectedEdge. This is the const half of the class.