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=.
Public Member Functions inherited from MR.Const_VertPathInfo
virtual void Dispose ()
unsafe Const_VertPathInfo ()
 Constructs an empty (default-constructed) instance.
unsafe Const_VertPathInfo (MR.EdgeId back, float metric)
 Constructs MR.VertPathInfo elementwise.
unsafe Const_VertPathInfo (MR.Const_VertPathInfo _other)
 Generated from constructor MR.VertPathInfo.VertPathInfo.
 Const_VertPathInfo (VertPathInfo _other)
 Generated from constructor MR.VertPathInfo.VertPathInfo.
unsafe bool isStart ()
 Generated from method MR.VertPathInfo.isStart.

Properties

new unsafe ref MR.EdgeId back [get]
new unsafe ref float metric [get]
Properties inherited from MR.Const_VertPathInfo
unsafe ref readonly MR.EdgeId back [get]
unsafe float metric [get]

Additional Inherited Members

Protected Member Functions inherited from MR.Const_VertPathInfo
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_VertPathInfo
unsafe MR.EdgeId__ref_storage_back
unsafe float * __ref_storage_metric

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: