|
template<typename T , typename F > |
T | f2way (const T a, const T b, const T c, const T d, const T x, F &&f) |
| Auxiliary function to create two-way slope filters. More...
|
|
template<MInt nDim, typename T , typename F > |
T | fbox (const T *const boxmin, const T *const boxmax, const T width, const T *const x, F &&f) |
| Auxiliary function to create a box slope filter (constant slope width) More...
|
|
template<MInt nDim, typename T , typename F > |
T | fmultibox (const T *const boxmin, const T *const boxmax, const T *const width, const T *const x, F &&f) |
| Auxiliary function to create a box slope filter (variable slope width) More...
|
|
template<MInt nDim, typename T , typename F > |
T | fsphere (const T *const center, const T radius, const T width, const T *const x, F &&f) |
| Auxiliary function to create a sphere slope filter. More...
|
|