|
|
unsafe | Variant_MRFaceId_MREdgeId_MRVertId () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Variant_MRFaceId_MREdgeId_MRVertId (MR.Std.Const_Variant_MRFaceId_MREdgeId_MRVertId other) |
| | Constructs a copy of another instance. The source remains alive.
|
| |
|
unsafe void | assign (MR.Std.Const_Variant_MRFaceId_MREdgeId_MRVertId other) |
| | Assigns the contents from another instance. Both objects remain alive after the call.
|
| |
|
unsafe | Variant_MRFaceId_MREdgeId_MRVertId (MR.FaceId value, MR.Std.VariantIndex_0 tag=default) |
| | Constructs the variant storing the element 0, of type MR.FaceId.
|
| |
|
unsafe | Variant_MRFaceId_MREdgeId_MRVertId (MR.EdgeId value, MR.Std.VariantIndex_1 tag=default) |
| | Constructs the variant storing the element 1, of type MR.EdgeId.
|
| |
|
unsafe | Variant_MRFaceId_MREdgeId_MRVertId (MR.VertId value, MR.Std.VariantIndex_2 tag=default) |
| | Constructs the variant storing the element 2, of type MR.VertId.
|
| |
|
unsafe void | assignAsMRFaceId (MR.FaceId value) |
| | Assigns to the variant, making it store the element 0, of type MR.FaceId.
|
| |
|
unsafe void | assignAsMREdgeId (MR.EdgeId value) |
| | Assigns to the variant, making it store the element 1, of type MR.EdgeId.
|
| |
|
unsafe void | assignAsMRVertId (MR.VertId value) |
| | Assigns to the variant, making it store the element 2, of type MR.VertId.
|
| |
|
unsafe new MR.Misc.? Ref< MR.FaceId > | getMRFaceId () |
| | Returns the element 0, of type MR.FaceId, mutable. If it's not the active element, returns null.
|
| |
|
unsafe new MR.Misc.? Ref< MR.EdgeId > | getMREdgeId () |
| | Returns the element 1, of type MR.EdgeId, mutable. If it's not the active element, returns null.
|
| |
|
unsafe new MR.Misc.? Ref< MR.VertId > | getMRVertId () |
| | Returns the element 2, of type MR.VertId, mutable. If it's not the active element, returns null.
|
| |
|
virtual void | Dispose () |
| |
|
unsafe | Const_Variant_MRFaceId_MREdgeId_MRVertId () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_Variant_MRFaceId_MREdgeId_MRVertId (MR.Std.Const_Variant_MRFaceId_MREdgeId_MRVertId other) |
| | Constructs a copy of another instance. The source remains alive.
|
| |
|
unsafe ulong | index () |
| | Returns the index of the stored element type. In rare cases may return -1 if this variant is "valueless by exception".
|
| |
|
unsafe | Const_Variant_MRFaceId_MREdgeId_MRVertId (MR.FaceId value, MR.Std.VariantIndex_0 tag=default) |
| | Constructs the variant storing the element 0, of type MR.FaceId.
|
| |
|
unsafe | Const_Variant_MRFaceId_MREdgeId_MRVertId (MR.EdgeId value, MR.Std.VariantIndex_1 tag=default) |
| | Constructs the variant storing the element 1, of type MR.EdgeId.
|
| |
|
unsafe | Const_Variant_MRFaceId_MREdgeId_MRVertId (MR.VertId value, MR.Std.VariantIndex_2 tag=default) |
| | Constructs the variant storing the element 2, of type MR.VertId.
|
| |
|
unsafe MR.? FaceId | getMRFaceId () |
| | Returns the element 0, of type MR.FaceId, read-only. If it's not the active element, returns null.
|
| |
|
unsafe MR.? EdgeId | getMREdgeId () |
| | Returns the element 1, of type MR.EdgeId, read-only. If it's not the active element, returns null.
|
| |
|
unsafe MR.? VertId | getMRVertId () |
| | Returns the element 2, of type MR.VertId, read-only. If it's not the active element, returns null.
|
| |
Stores one of 3 objects: MR.FaceId, MR.EdgeId, MR.VertId. This is the non-const half of the class.