VERB_code_2.3
Parameters_structure::Interpolation Struct Reference

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
 

Detailed Description

Interpolation parameters structure

Definition at line 253 of file Parameters.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: