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

information associated with each vertex by the paths builder Generated from class MR.VertPathInfo. This is the non-const half of the class. More...

+ Inheritance diagram for MR.VertPathInfo:

Public Member Functions

unsafe VertPathInfo ()
 Constructs an empty (default-constructed) instance.
 
unsafe VertPathInfo (MR.EdgeId back, float metric)
 Constructs MR.VertPathInfo elementwise.
 
unsafe VertPathInfo (MR.Const_VertPathInfo _other)
 Generated from constructor MR.VertPathInfo.VertPathInfo.
 
 VertPathInfo (VertPathInfo _other)
 Generated from constructor MR.VertPathInfo.VertPathInfo.
 
unsafe MR.VertPathInfo assign (MR.Const_VertPathInfo _other)
 Generated from method MR.VertPathInfo.operator=.
 

Properties

new unsafe ref MR.EdgeId back [get]
 
new unsafe ref float metric [get]
 

Detailed Description

information associated with each vertex by the paths builder Generated from class MR.VertPathInfo. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ VertPathInfo() [1/4]

unsafe MR.VertPathInfo.VertPathInfo ( )
inline

Constructs an empty (default-constructed) instance.

◆ VertPathInfo() [2/4]

unsafe MR.VertPathInfo.VertPathInfo ( MR.EdgeId back,
float metric )
inline

Constructs MR.VertPathInfo elementwise.

◆ VertPathInfo() [3/4]

unsafe MR.VertPathInfo.VertPathInfo ( MR.Const_VertPathInfo _other)
inline

Generated from constructor MR.VertPathInfo.VertPathInfo.

◆ VertPathInfo() [4/4]

MR.VertPathInfo.VertPathInfo ( VertPathInfo _other)
inline

Generated from constructor MR.VertPathInfo.VertPathInfo.

Member Function Documentation

◆ assign()

unsafe MR.VertPathInfo MR.VertPathInfo.assign ( MR.Const_VertPathInfo _other)
inline

Generated from method MR.VertPathInfo.operator=.

Property Documentation

◆ back

new unsafe ref MR.EdgeId MR.VertPathInfo.back
get

◆ metric

new unsafe ref float MR.VertPathInfo.metric
get

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