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

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

Inheritance diagram for MR.Const_VertPathInfo:

Classes

struct  _Underlying

Public Member Functions

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.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.EdgeId__ref_storage_back
unsafe float * __ref_storage_metric

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_VertPathInfo() [1/4]

unsafe MR.Const_VertPathInfo.Const_VertPathInfo ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_VertPathInfo() [2/4]

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

Constructs MR.VertPathInfo elementwise.

◆ Const_VertPathInfo() [3/4]

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

Generated from constructor MR.VertPathInfo.VertPathInfo.

◆ Const_VertPathInfo() [4/4]

MR.Const_VertPathInfo.Const_VertPathInfo ( VertPathInfo _other)
inline

Generated from constructor MR.VertPathInfo.VertPathInfo.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_VertPathInfo.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ isStart()

unsafe bool MR.Const_VertPathInfo.isStart ( )
inline

Generated from method MR.VertPathInfo.isStart.

Member Data Documentation

◆ __ref_storage_back

unsafe MR.EdgeId* MR.Const_VertPathInfo.__ref_storage_back
protected

◆ __ref_storage_metric

unsafe float* MR.Const_VertPathInfo.__ref_storage_metric
protected

Property Documentation

◆ back

unsafe ref readonly MR.EdgeId MR.Const_VertPathInfo.back
get

◆ metric

unsafe float MR.Const_VertPathInfo.metric
get

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