|
| template<class T_SCALAR , class T > |
| T_SCALAR | Chaos::LinearlyInterpolate1D (const T_SCALAR &Prev, const T_SCALAR &Next, const T Alpha) |
| |
| template<class T_SCALAR , class T , int d> |
| T_SCALAR | Chaos::LinearlyInterpolateHelper (const TArrayND< T_SCALAR, d > &ScalarN, const TVector< int32, d > &CellPrev, const TVector< T, d > &Alpha) |
| |
| template<class T_SCALAR , class T > |
| T_SCALAR | Chaos::LinearlyInterpolateHelper (const TArrayND< T_SCALAR, 2 > &ScalarN, const TVector< int32, 2 > &CellPrev, const TVector< T, 2 > &Alpha) |
| |
| template<class T_SCALAR , class T > |
| T_SCALAR | Chaos::LinearlyInterpolateHelper (const TArrayND< T_SCALAR, 3 > &ScalarN, const TVector< int32, 3 > &CellPrev, const TVector< T, 3 > &Alpha) |
| |