| 241 | |
| 242 | template <typename IndexType, typename ValueType> |
| 243 | void ParametricFunction<IndexType, ValueType>::setInterpolationMode(InterpolationMode interpolationType) { |
| 244 | m_interpolationMode = interpolationType; |
| 245 | } |
| 246 | |
| 247 | template <typename IndexType, typename ValueType> |
| 248 | BoundMode ParametricFunction<IndexType, ValueType>::boundMode() const { |
no outgoing calls