information about just reached vertex (with final metric value) Generated from class MR::EdgePathsBuilderT<MR.TrivialMetricToPenalty>ReachedVert. This is the non-const half of the class.
More...
|
| new unsafe ref MR.VertId | v [get] |
| new unsafe ref MR.EdgeId | backward [get] |
| | edge from this vertex to its predecessor in the forest (if this vertex is not start)
|
| new unsafe ref float | penalty [get] |
| | not reached vertices are ordered in priority queue by their penalty (with the smallest value on top); penalty is equal to metric in ordinary Dijkstra, or equal to (metric + target distance lower bound) in A*
|
| new unsafe ref float | metric [get] |
| | summed metric to reach this vertex
|
| unsafe ref readonly MR.VertId | v [get] |
| unsafe ref readonly MR.EdgeId | backward [get] |
| | edge from this vertex to its predecessor in the forest (if this vertex is not start)
|
| unsafe float | penalty [get] |
| | not reached vertices are ordered in priority queue by their penalty (with the smallest value on top); penalty is equal to metric in ordinary Dijkstra, or equal to (metric + target distance lower bound) in A*
|
| unsafe float | metric [get] |
| | summed metric to reach this vertex
|
information about just reached vertex (with final metric value) Generated from class MR::EdgePathsBuilderT<MR.TrivialMetricToPenalty>ReachedVert. This is the non-const half of the class.
◆ ReachedVert() [1/4]
| unsafe MR.Const_EdgePathsBuilderT_MRTrivialMetricToPenalty.ReachedVert.ReachedVert |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ ReachedVert() [2/4]
| unsafe MR.Const_EdgePathsBuilderT_MRTrivialMetricToPenalty.ReachedVert.ReachedVert |
( |
MR.VertId | v, |
|
|
MR.EdgeId | backward, |
|
|
float | penalty, |
|
|
float | metric ) |
|
inline |
◆ ReachedVert() [3/4]
◆ ReachedVert() [4/4]
| MR.Const_EdgePathsBuilderT_MRTrivialMetricToPenalty.ReachedVert.ReachedVert |
( |
ReachedVert | _other | ) |
|
|
inline |
◆ assign()
◆ backward
| new unsafe ref MR.EdgeId MR.Const_EdgePathsBuilderT_MRTrivialMetricToPenalty.ReachedVert.backward |
|
get |
edge from this vertex to its predecessor in the forest (if this vertex is not start)
◆ metric
| new unsafe ref float MR.Const_EdgePathsBuilderT_MRTrivialMetricToPenalty.ReachedVert.metric |
|
get |
summed metric to reach this vertex
◆ penalty
| new unsafe ref float MR.Const_EdgePathsBuilderT_MRTrivialMetricToPenalty.ReachedVert.penalty |
|
get |
not reached vertices are ordered in priority queue by their penalty (with the smallest value on top); penalty is equal to metric in ordinary Dijkstra, or equal to (metric + target distance lower bound) in A*
| new unsafe ref MR.VertId MR.Const_EdgePathsBuilderT_MRTrivialMetricToPenalty.ReachedVert.v |
|
get |
The documentation for this class was generated from the following file: