VERB_code_2.3
|
Interpolation parameters structure More...
#include <Parameters.h>
Public Attributes | |
string | type |
Interpolation type: spline, linear etc. | |
string | useLog |
Flag, if we should interpolate logarithm of the values. | |
double | linearSplineCoef |
double | maxSecondDerivative |
Interpolation parameters structure
Definition at line 253 of file Parameters.h.
double Parameters_structure::Interpolation::linearSplineCoef |
Parameters for spline interpolation - defined the ratio between spline and linear. 0 - pure spline, 1 - pure linear.
Definition at line 260 of file Parameters.h.
double Parameters_structure::Interpolation::maxSecondDerivative |
Maximum second derivative value, to start using linearSplineCoef.
Definition at line 263 of file Parameters.h.