Generated from class MR.VertDistance. This is the non-const half of the class. More...
Public Member Functions | |
| 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=. | |
| Public Member Functions inherited from MR.Const_VertDistance | |
| virtual void | Dispose () |
| unsafe | Const_VertDistance () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_VertDistance (MR.Const_VertDistance _other) |
| Generated from constructor MR.VertDistance.VertDistance. | |
| Const_VertDistance (VertDistance _other) | |
| Generated from constructor MR.VertDistance.VertDistance. | |
| unsafe | Const_VertDistance (MR.VertId v, float d) |
| Generated from constructor MR.VertDistance.VertDistance. | |
Properties | |
| new unsafe ref MR.VertId | vert [get] |
| vertex in question | |
| new unsafe ref float | distance [get] |
| best known distance to reach this vertex | |
| Properties inherited from MR.Const_VertDistance | |
| unsafe ref readonly MR.VertId | vert [get] |
| vertex in question | |
| unsafe float | distance [get] |
| best known distance to reach this vertex | |
Additional Inherited Members | |
| Static Public Member Functions inherited from MR.Const_VertDistance | |
| static unsafe bool | operator< (MR.Const_VertDistance a, MR.Const_VertDistance b) |
| smaller distance to be the first Generated from function MR::operator<. | |
| static unsafe bool | operator> (MR.Const_VertDistance a, MR.Const_VertDistance b) |
| static unsafe bool | operator<= (MR.Const_VertDistance a, MR.Const_VertDistance b) |
| static unsafe bool | operator>= (MR.Const_VertDistance a, MR.Const_VertDistance b) |
| Protected Member Functions inherited from MR.Const_VertDistance | |
| virtual unsafe void | Dispose (bool disposing) |
| Protected Attributes inherited from MR.Const_VertDistance | |
| unsafe MR.VertId * | __ref_storage_vert |
| unsafe float * | __ref_storage_distance |
Generated from class MR.VertDistance. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.VertDistance.VertDistance.
|
inline |
Generated from constructor MR.VertDistance.VertDistance.
|
inline |
Generated from constructor MR.VertDistance.VertDistance.
|
inline |
Generated from method MR::VertDistance::operator=.
|
get |
best known distance to reach this vertex
|
get |
vertex in question