information associated with each vertex by the paths builder Generated from class MR.VertPathInfo. This is the non-const half of the class. More...
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 |
information associated with each vertex by the paths builder Generated from class MR.VertPathInfo. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Constructs MR.VertPathInfo elementwise.
|
inline |
Generated from constructor MR.VertPathInfo.VertPathInfo.
|
inline |
Generated from constructor MR.VertPathInfo.VertPathInfo.
|
inline |
Generated from method MR::VertPathInfo::operator=.
|
get |
|
get |