VERB_code_2.2
2
|
#include <Parameters.h>
Public Attributes | |
string | type |
Interpolation type: spline, linear etc. More... | |
string | useLog |
Flag, if we should interpolate logarighm of the values. More... | |
double | linearSplineCoef |
double | maxSecondDerivative |
Interpolation parameters structure
Definition at line 234 of file Parameters.h.
string Parameters_structure::Interpolation::type |
Interpolation type: spline, linear etc.
Definition at line 235 of file Parameters.h.
string Parameters_structure::Interpolation::useLog |
Flag, if we should interpolate logarighm of the values.
Definition at line 236 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 239 of file Parameters.h.
double Parameters_structure::Interpolation::maxSecondDerivative |
Maximum second derivative value, to start using linearSplineCoef.
Definition at line 242 of file Parameters.h.