accumulates a number of (x,y) points to find the best-least-squares parabola approximating them Generated from class MR.BestFitParabolaf. This is the non-const half of the class. More...
Public Member Functions | |
| unsafe | BestFitParabolaf () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | BestFitParabolaf (MR.Const_BestFitParabolaf _other) |
| Generated from constructor MR.BestFitParabolaf.BestFitParabolaf. | |
| BestFitParabolaf (BestFitParabolaf _other) | |
| Generated from constructor MR.BestFitParabolaf.BestFitParabolaf. | |
| unsafe MR.BestFitParabolaf | assign (MR.Const_BestFitParabolaf _other) |
| Generated from method MR::BestFitParabolaf::operator=. | |
| unsafe void | addPoint (float x, float y) |
| accumulates one more point for parabola fitting Generated from method MR.BestFitParabolaf.addPoint. | |
| unsafe void | addPoint (float x, float y, float weight) |
| accumulates one more point with given weight for parabola fitting Generated from method MR.BestFitParabolaf.addPoint. | |
| Public Member Functions inherited from MR.Const_BestFitParabolaf | |
| virtual void | Dispose () |
| unsafe | Const_BestFitParabolaf () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_BestFitParabolaf (MR.Const_BestFitParabolaf _other) |
| Generated from constructor MR.BestFitParabolaf.BestFitParabolaf. | |
| Const_BestFitParabolaf (BestFitParabolaf _other) | |
| Generated from constructor MR.BestFitParabolaf.BestFitParabolaf. | |
| unsafe MR.Parabolaf | getBestParabola (float? tol=null) |
| computes the best approximating parabola from the accumulated points; Generated from method MR.BestFitParabolaf.getBestParabola. Parameter tol defaults to std::numeric_limits<float>::epsilon(). | |
Additional Inherited Members | |
| Protected Member Functions inherited from MR.Const_BestFitParabolaf | |
| virtual unsafe void | Dispose (bool disposing) |
accumulates a number of (x,y) points to find the best-least-squares parabola approximating them Generated from class MR.BestFitParabolaf. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.BestFitParabolaf.BestFitParabolaf.
|
inline |
Generated from constructor MR.BestFitParabolaf.BestFitParabolaf.
|
inline |
accumulates one more point for parabola fitting Generated from method MR.BestFitParabolaf.addPoint.
|
inline |
accumulates one more point with given weight for parabola fitting Generated from method MR.BestFitParabolaf.addPoint.
|
inline |
Generated from method MR::BestFitParabolaf::operator=.