small stabilizer allows one to convert the linear system from under-determined to determined (e.g. too few linearly independent pairs for some object); large stabilizer results in suboptimal found transformations (huge stabilizier => zero transforamtions) Generated from class MR.MultiwayAligningTransform.Stabilizer. This is the non-const half of the class.
More...
Inheritance diagram for MR.Const_MultiwayAligningTransform.Stabilizer:Public Member Functions | |
| unsafe | Stabilizer () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Stabilizer (double rot, double shift) |
Constructs MR.MultiwayAligningTransform.Stabilizer elementwise. | |
| unsafe | Stabilizer (MR.MultiwayAligningTransform.Const_Stabilizer _other) |
Generated from constructor MR.MultiwayAligningTransform.Stabilizer.Stabilizer. | |
| unsafe MR.MultiwayAligningTransform.Stabilizer | assign (MR.MultiwayAligningTransform.Const_Stabilizer _other) |
Generated from method MR.MultiwayAligningTransform.Stabilizer.operator=. | |
Public Member Functions inherited from MR.Const_MultiwayAligningTransform.Const_Stabilizer | |
| virtual void | Dispose () |
| unsafe | Const_Stabilizer () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_Stabilizer (double rot, double shift) |
Constructs MR.MultiwayAligningTransform.Stabilizer elementwise. | |
| unsafe | Const_Stabilizer (MR.MultiwayAligningTransform.Const_Stabilizer _other) |
Generated from constructor MR.MultiwayAligningTransform.Stabilizer.Stabilizer. | |
Properties | |
| new unsafe ref double | rot [get] |
| new unsafe ref double | shift [get] |
Properties inherited from MR.Const_MultiwayAligningTransform.Const_Stabilizer | |
| unsafe double | rot [get] |
| unsafe double | shift [get] |
Properties inherited from MR.Misc.Object< Const_Stabilizer > | |
| 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 Member Functions inherited from MR.Const_MultiwayAligningTransform.Const_Stabilizer | |
| virtual unsafe void | Dispose (bool disposing) |
Protected Attributes inherited from MR.Misc.Object< Const_Stabilizer > | |
| bool | _IsOwningVal |
small stabilizer allows one to convert the linear system from under-determined to determined (e.g. too few linearly independent pairs for some object); large stabilizer results in suboptimal found transformations (huge stabilizier => zero transforamtions) Generated from class MR.MultiwayAligningTransform.Stabilizer. This is the non-const half of the class.