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

a vertex with associated penalty metric to designate a possible start or end of edge path Generated from class MR.TerminalVertex. This is the non-const half of the class. More...

+ Inheritance diagram for MR.TerminalVertex:

Public Member Functions

unsafe TerminalVertex ()
 Constructs an empty (default-constructed) instance.
 
unsafe TerminalVertex (MR.VertId v, float metric)
 Constructs MR.TerminalVertex elementwise.
 
unsafe TerminalVertex (MR.Const_TerminalVertex _other)
 Generated from constructor MR.TerminalVertex.TerminalVertex.
 
 TerminalVertex (TerminalVertex _other)
 Generated from constructor MR.TerminalVertex.TerminalVertex.
 
unsafe MR.TerminalVertex assign (MR.Const_TerminalVertex _other)
 Generated from method MR.TerminalVertex.operator=.
 

Properties

new unsafe ref MR.VertId v [get]
 
new unsafe ref float metric [get]
 

Detailed Description

a vertex with associated penalty metric to designate a possible start or end of edge path Generated from class MR.TerminalVertex. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ TerminalVertex() [1/4]

unsafe MR.TerminalVertex.TerminalVertex ( )
inline

Constructs an empty (default-constructed) instance.

◆ TerminalVertex() [2/4]

unsafe MR.TerminalVertex.TerminalVertex ( MR.VertId v,
float metric )
inline

Constructs MR.TerminalVertex elementwise.

◆ TerminalVertex() [3/4]

unsafe MR.TerminalVertex.TerminalVertex ( MR.Const_TerminalVertex _other)
inline

Generated from constructor MR.TerminalVertex.TerminalVertex.

◆ TerminalVertex() [4/4]

MR.TerminalVertex.TerminalVertex ( TerminalVertex _other)
inline

Generated from constructor MR.TerminalVertex.TerminalVertex.

Member Function Documentation

◆ assign()

unsafe MR.TerminalVertex MR.TerminalVertex.assign ( MR.Const_TerminalVertex _other)
inline

Generated from method MR.TerminalVertex.operator=.

Property Documentation

◆ metric

new unsafe ref float MR.TerminalVertex.metric
get

◆ v

new unsafe ref MR.VertId MR.TerminalVertex.v
get

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