Generated from class MR.Graph.EndVertices. This is the const half of the class.
More...
Inheritance diagram for MR.Const_Graph.Const_EndVertices:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_EndVertices () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_EndVertices (MR.GraphVertId v0, MR.GraphVertId v1) |
Constructs MR.Graph.EndVertices elementwise. | |
| unsafe | Const_EndVertices (MR.Graph.Const_EndVertices _other) |
Generated from constructor MR.Graph.EndVertices.EndVertices. | |
| unsafe MR.GraphVertId | otherEnd (MR.GraphVertId a) |
Generated from method MR.Graph.EndVertices.otherEnd. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe ref readonly MR.GraphVertId | v0 [get] |
| unsafe ref readonly MR.GraphVertId | v1 [get] |
Properties inherited from MR.Misc.Object< Const_EndVertices > | |
| 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_EndVertices > | |
| bool | _IsOwningVal |
Generated from class MR.Graph.EndVertices. This is the const half of the class.