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.
 
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.
 
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]
 
- 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 Member Functions inherited from MR.Const_Graph.Const_EndVertices
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< Const_EndVertices >
bool _IsOwningVal
 

Detailed Description

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


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