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

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

Inheritance diagram for MR.Const_Graph.EndVertices:

Public Member Functions

unsafe EndVertices ()
 Constructs an empty (default-constructed) instance.
unsafe EndVertices (MR.GraphVertId v0, MR.GraphVertId v1)
 Constructs MR.Graph.EndVertices elementwise.
unsafe EndVertices (MR.Graph.Const_EndVertices _other)
 Generated from constructor MR::Graph::EndVertices::EndVertices.
 EndVertices (EndVertices _other)
 Generated from constructor MR::Graph::EndVertices::EndVertices.
unsafe MR.Graph.EndVertices assign (MR.Graph.Const_EndVertices _other)
 Generated from method MR::Graph::EndVertices::operator=.
unsafe void replaceEnd (MR.GraphVertId what, MR.GraphVertId with)
 Generated from method MR::Graph::EndVertices::replaceEnd.
Public Member Functions inherited from MR.Const_Graph.Const_EndVertices
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.
 Const_EndVertices (EndVertices _other)
 Generated from constructor MR::Graph::EndVertices::EndVertices.
unsafe MR.GraphVertId otherEnd (MR.GraphVertId a)
 Generated from method MR::Graph::EndVertices::otherEnd.

Properties

new unsafe ref MR.GraphVertId v0 [get]
new unsafe ref MR.GraphVertId v1 [get]
Properties inherited from MR.Const_Graph.Const_EndVertices
unsafe ref readonly MR.GraphVertId v0 [get]
unsafe ref readonly MR.GraphVertId v1 [get]

Additional Inherited Members

Protected Member Functions inherited from MR.Const_Graph.Const_EndVertices
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_Graph.Const_EndVertices
unsafe MR.GraphVertId__ref_storage_v0
unsafe MR.GraphVertId__ref_storage_v1

Detailed Description

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

Constructor & Destructor Documentation

◆ EndVertices() [1/4]

unsafe MR.Const_Graph.EndVertices.EndVertices ( )
inline

Constructs an empty (default-constructed) instance.

◆ EndVertices() [2/4]

unsafe MR.Const_Graph.EndVertices.EndVertices ( MR.GraphVertId v0,
MR.GraphVertId v1 )
inline

Constructs MR.Graph.EndVertices elementwise.

◆ EndVertices() [3/4]

unsafe MR.Const_Graph.EndVertices.EndVertices ( MR.Graph.Const_EndVertices _other)
inline

Generated from constructor MR::Graph::EndVertices::EndVertices.

◆ EndVertices() [4/4]

MR.Const_Graph.EndVertices.EndVertices ( EndVertices _other)
inline

Generated from constructor MR::Graph::EndVertices::EndVertices.

Member Function Documentation

◆ assign()

unsafe MR.Graph.EndVertices MR.Const_Graph.EndVertices.assign ( MR.Graph.Const_EndVertices _other)
inline

Generated from method MR::Graph::EndVertices::operator=.

◆ replaceEnd()

unsafe void MR.Const_Graph.EndVertices.replaceEnd ( MR.GraphVertId what,
MR.GraphVertId with )
inline

Generated from method MR::Graph::EndVertices::replaceEnd.

Property Documentation

◆ v0

new unsafe ref MR.GraphVertId MR.Const_Graph.EndVertices.v0
get

◆ v1

new unsafe ref MR.GraphVertId MR.Const_Graph.EndVertices.v1
get

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