#include <Interpolation.h>
|
| template<class ValueT , size_t N> |
| ValueT | trilinearInterpolation (ValueT(&data)[N][N][N], const Vec3R &uvw) |
| |
| template<class TreeT > |
| bool | sample (const TreeT &inTree, const Vec3R &inCoord, typename TreeT::ValueType &result) |
| |
| template<class TreeT > |
| TreeT::ValueType | sample (const TreeT &inTree, const Vec3R &inCoord) |
| |
|
| static const char * | name () |
| |
| static int | radius () |
| |
| static bool | mipmap () |
| |
| static bool | consistent () |
| |
| template<class TreeT > |
| static bool | sample (const TreeT &inTree, const Vec3R &inCoord, typename TreeT::ValueType &result) |
| | Trilinearly reconstruct inTree at inCoord and store the result in result. More...
|
| |
| template<class TreeT > |
| static TreeT::ValueType | sample (const TreeT &inTree, const Vec3R &inCoord) |
| | Trilinearly reconstruct inTree at inCoord. More...
|
| |
| static bool consistent |
( |
) | |
|
|
inlinestatic |
| static const char* name |
( |
) | |
|
|
inlinestatic |
| static bool sample |
( |
const TreeT & |
inTree, |
|
|
const Vec3R & |
inCoord, |
|
|
typename TreeT::ValueType & |
result |
|
) |
| |
|
static |
Trilinearly reconstruct inTree at inCoord and store the result in result.
- Returns
true if any one of the sampled values is active.
| static TreeT::ValueType sample |
( |
const TreeT & |
inTree, |
|
|
const Vec3R & |
inCoord |
|
) |
| |
|
static |
Trilinearly reconstruct inTree at inCoord.
- Returns
- the reconstructed value
| bool sample |
( |
const TreeT & |
inTree, |
|
|
const Vec3R & |
inCoord, |
|
|
typename TreeT::ValueType & |
result |
|
) |
| |
|
inline |
| TreeT::ValueType sample |
( |
const TreeT & |
inTree, |
|
|
const Vec3R & |
inCoord |
|
) |
| |
|
inline |
| ValueT trilinearInterpolation |
( |
ValueT(&) |
data[N][N][N], |
|
|
const Vec3R & |
uvw |
|
) |
| |
|
inline |
The documentation for this struct was generated from the following file: