Public Member Functions | |
| PolyReg1DWithUdf () | |
| PolyReg1DWithUdf (const T *v) | |
| PolyReg1DWithUdf (T vm1, T v0, T v1, T v2) | |
| void | set (T vm1, T v0, T v1, T v2) |
| T | apply (float x) const |
Public Attributes | |
| PolyReg1D< T > | intp_ |
| bool | v0udf_ |
| bool | v1udf_ |
| Interpolate::PolyReg1DWithUdf< T >::PolyReg1DWithUdf | ( | ) | [inline] |
| Interpolate::PolyReg1DWithUdf< T >::PolyReg1DWithUdf | ( | const T * | v | ) | [inline] |
| Interpolate::PolyReg1DWithUdf< T >::PolyReg1DWithUdf | ( | T | vm1, | |
| T | v0, | |||
| T | v1, | |||
| T | v2 | |||
| ) | [inline] |
| T Interpolate::PolyReg1DWithUdf< T >::apply | ( | float | x | ) | const [inline] |
| void Interpolate::PolyReg1DWithUdf< T >::set | ( | T | vm1, | |
| T | v0, | |||
| T | v1, | |||
| T | v2 | |||
| ) | [inline] |
| PolyReg1D<T> Interpolate::PolyReg1DWithUdf< T >::intp_ |
| bool Interpolate::PolyReg1DWithUdf< T >::v0udf_ |
| bool Interpolate::PolyReg1DWithUdf< T >::v1udf_ |
1.7.1