#include <Interpolation.h>
Inherited by Sampler< 1, true >.
|
static const char * | name () |
|
static int | radius () |
|
static bool | mipmap () |
|
static bool | consistent () |
|
static bool | staggered () |
|
static size_t | order () |
|
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...
|
|
◆ consistent()
static bool consistent |
( |
| ) |
|
|
inlinestatic |
◆ mipmap()
◆ name()
static const char* name |
( |
| ) |
|
|
inlinestatic |
◆ order()
◆ radius()
◆ sample() [1/2]
bool sample |
( |
const TreeT & |
inTree, |
|
|
const Vec3R & |
inCoord, |
|
|
typename TreeT::ValueType & |
result |
|
) |
| |
|
inlinestatic |
Trilinearly reconstruct inTree at inCoord and store the result in result.
- Returns
- true if any one of the sampled value is active.
◆ sample() [2/2]
TreeT::ValueType sample |
( |
const TreeT & |
inTree, |
|
|
const Vec3R & |
inCoord |
|
) |
| |
|
inlinestatic |
Trilinearly reconstruct inTree at inCoord.
- Returns
- the reconstructed value
◆ staggered()
static bool staggered |
( |
| ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file: