Generated from class MR.VertDistance. This is the non-const half of the class.
More...
|
| unsafe | VertDistance () |
| | Constructs an empty (default-constructed) instance.
|
| |
| unsafe | VertDistance (MR.Const_VertDistance _other) |
| | Generated from constructor MR.VertDistance.VertDistance.
|
| |
| | VertDistance (VertDistance _other) |
| | Generated from constructor MR.VertDistance.VertDistance.
|
| |
| unsafe | VertDistance (MR.VertId v, float d) |
| | Generated from constructor MR.VertDistance.VertDistance.
|
| |
| unsafe MR.VertDistance | assign (MR.Const_VertDistance _other) |
| | Generated from method MR.VertDistance.operator=.
|
| |
|
| new unsafe ref MR.VertId | vert [get] |
| | vertex in question
|
| |
| new unsafe ref float | distance [get] |
| | best known distance to reach this vertex
|
| |
Generated from class MR.VertDistance. This is the non-const half of the class.
◆ VertDistance() [1/4]
| unsafe MR.VertDistance.VertDistance |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ VertDistance() [2/4]
| unsafe MR.VertDistance.VertDistance |
( |
MR.Const_VertDistance | _other | ) |
|
|
inline |
Generated from constructor MR.VertDistance.VertDistance.
◆ VertDistance() [3/4]
Generated from constructor MR.VertDistance.VertDistance.
◆ VertDistance() [4/4]
| unsafe MR.VertDistance.VertDistance |
( |
MR.VertId | v, |
|
|
float | d ) |
|
inline |
Generated from constructor MR.VertDistance.VertDistance.
◆ assign()
| unsafe MR.VertDistance MR.VertDistance.assign |
( |
MR.Const_VertDistance | _other | ) |
|
|
inline |
Generated from method MR.VertDistance.operator=.
◆ distance
| new unsafe ref float MR.VertDistance.distance |
|
get |
best known distance to reach this vertex
◆ vert
| new unsafe ref MR.VertId MR.VertDistance.vert |
|
get |
The documentation for this class was generated from the following file: