#include <PredictionInterp.h>
Public Member Functions | |
Coeffs (double _a, double _b, double _c, double _d) | |
Public Attributes | |
double | a |
double | b |
double | c |
double | d |
Definition at line 112 of file PredictionInterp.h.
|
inline |
Definition at line 113 of file PredictionInterp.h.
double ana::PredictionInterp::Coeffs::a |
Definition at line 115 of file PredictionInterp.h.
double ana::PredictionInterp::Coeffs::b |
Definition at line 115 of file PredictionInterp.h.
double ana::PredictionInterp::Coeffs::c |
Definition at line 115 of file PredictionInterp.h.
double ana::PredictionInterp::Coeffs::d |
Definition at line 115 of file PredictionInterp.h.