|
ACF $AcfVersion:0$
|
This is the complete list of members for imath::CLinearInterpolator, including all inherited members.
| ArgumentType typedef | imath::TIMathFunction< Argument, Result > | |
| CLinearInterpolator() | imath::CLinearInterpolator | |
| CLinearInterpolator(double *positions, double *values, int nodesCount, bool isExtrapolationEnabled=false) | imath::CLinearInterpolator | |
| GetValueAt(const double &argument, double &result) const override | imath::CLinearInterpolator | virtual |
| GetValueAt(const double &argument) const override | imath::CLinearInterpolator | virtual |
| imath::ISampledFunctionInterpolator::GetValueAt(const Argument &argument, Result &result) const =0 | imath::TIMathFunction< Argument, Result > | pure virtual |
| imath::ISampledFunctionInterpolator::GetValueAt(const Argument &argument) const =0 | imath::TIMathFunction< Argument, Result > | pure virtual |
| InitFromFunction(const ISampledFunction &function) override | imath::CLinearInterpolator | virtual |
| ResultType typedef | imath::TIMathFunction< Argument, Result > | |
| SetNodes(double *positions, double *values, int nodesCount) | imath::CLinearInterpolator | |
| ~IPolymorphic() | istd::IPolymorphic | inlinevirtual |