| 251 | |
| 252 | template <typename IndexType, typename ValueType> |
| 253 | void ParametricFunction<IndexType, ValueType>::setBoundMode(BoundMode boundMode) { |
| 254 | m_boundMode = boundMode; |
| 255 | } |
| 256 | |
| 257 | template <typename IndexType, typename ValueType> |
| 258 | ValueType ParametricFunction<IndexType, ValueType>::interpolate(IndexType index) const { |
no outgoing calls