minimum and maximum of some elements of type T, and the indices of where minimum and maximum are reached of type I Generated from class MR.MinMaxArg<float, MR.VertId>. This is the const half of the class.
More...
Inheritance diagram for MR.Const_MinMaxArg_Float_MRVertId:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_MinMaxArg_Float_MRVertId () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_MinMaxArg_Float_MRVertId (float min, float max, MR.VertId minArg, MR.VertId maxArg) |
Constructs MR.MinMaxArg<float, MR.VertId> elementwise. | |
| unsafe | Const_MinMaxArg_Float_MRVertId (MR.Const_MinMaxArg_Float_MRVertId _other) |
Generated from constructor MR.MinMaxArg<float, MR.VertId>::MinMaxArg. | |
| unsafe MR.Std.Pair_Float_MRVertId | minPair () |
Generated from method MR.MinMaxArg<float, MR.VertId>::minPair. | |
| unsafe MR.Std.Pair_Float_MRVertId | maxPair () |
Generated from method MR.MinMaxArg<float, MR.VertId>::maxPair. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe float | min [get] |
| unsafe float | max [get] |
| unsafe ref readonly MR.VertId | minArg [get] |
| unsafe ref readonly MR.VertId | maxArg [get] |
Properties inherited from MR.Misc.Object< Const_MinMaxArg_Float_MRVertId > | |
| 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_MinMaxArg_Float_MRVertId > | |
| bool | _IsOwningVal |
minimum and maximum of some elements of type T, and the indices of where minimum and maximum are reached of type I Generated from class MR.MinMaxArg<float, MR.VertId>. This is the const half of the class.