Generated from class MR.VertDistance. This is the const half of the class.
More...
Inheritance diagram for MR.Const_VertDistance:Classes | |
| struct | _Underlying |
Public Member Functions | |
| 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. | |
| unsafe | Const_VertDistance (MR.VertId v, float d) |
Generated from constructor MR.VertDistance.VertDistance. | |
Static Public Member Functions | |
| 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 | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe ref readonly MR.VertId | vert [get] |
| vertex in question | |
| unsafe float | distance [get] |
| best known distance to reach this vertex | |
Properties inherited from MR.Misc.Object< Const_VertDistance > | |
| virtual bool | _IsOwning [get] |
| Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough. | |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_VertDistance > | |
| bool | _IsOwningVal |
Generated from class MR.VertDistance. This is the const half of the class.