MeshLib C# Docs
Loading...
Searching...
No Matches

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

Inheritance diagram for MR.Const_TerminalVertex:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_TerminalVertex ()
 Constructs an empty (default-constructed) instance.
unsafe Const_TerminalVertex (MR.VertId v, float metric)
 Constructs MR.TerminalVertex elementwise.
unsafe Const_TerminalVertex (MR.Const_TerminalVertex _other)
 Generated from constructor MR.TerminalVertex.TerminalVertex.
 Const_TerminalVertex (TerminalVertex _other)
 Generated from constructor MR.TerminalVertex.TerminalVertex.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.VertId__ref_storage_v
unsafe float * __ref_storage_metric

Properties

unsafe ref readonly MR.VertId v [get]
unsafe 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 const half of the class.

Constructor & Destructor Documentation

◆ Const_TerminalVertex() [1/4]

unsafe MR.Const_TerminalVertex.Const_TerminalVertex ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_TerminalVertex() [2/4]

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

Constructs MR.TerminalVertex elementwise.

◆ Const_TerminalVertex() [3/4]

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

Generated from constructor MR.TerminalVertex.TerminalVertex.

◆ Const_TerminalVertex() [4/4]

MR.Const_TerminalVertex.Const_TerminalVertex ( TerminalVertex _other)
inline

Generated from constructor MR.TerminalVertex.TerminalVertex.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_TerminalVertex.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_TerminalVertex.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_metric

unsafe float* MR.Const_TerminalVertex.__ref_storage_metric
protected

◆ __ref_storage_v

unsafe MR.VertId* MR.Const_TerminalVertex.__ref_storage_v
protected

Property Documentation

◆ metric

unsafe float MR.Const_TerminalVertex.metric
get

◆ v

unsafe ref readonly MR.VertId MR.Const_TerminalVertex.v
get

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