#include <Interpolation.h>
|
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) |
| Triquadratically reconstruct inTree at inCoord and store the result in result. More...
|
|
template<class TreeT > |
static TreeT::ValueType | sample (const TreeT &inTree, const Vec3R &inCoord) |
| Triquadratically reconstruct inTree at to inCoord. More...
|
|
Definition at line 242 of file Interpolation.h.
static bool openvdb::OPENVDB_VERSION_NAME::tools::StaggeredQuadraticSampler::consistent |
( |
| ) |
|
|
inlinestatic |
static bool openvdb::OPENVDB_VERSION_NAME::tools::StaggeredQuadraticSampler::mipmap |
( |
| ) |
|
|
inlinestatic |
static const char* openvdb::OPENVDB_VERSION_NAME::tools::StaggeredQuadraticSampler::name |
( |
void |
| ) |
|
|
inlinestatic |
static size_t openvdb::OPENVDB_VERSION_NAME::tools::StaggeredQuadraticSampler::order |
( |
| ) |
|
|
inlinestatic |
static int openvdb::OPENVDB_VERSION_NAME::tools::StaggeredQuadraticSampler::radius |
( |
| ) |
|
|
inlinestatic |
template<class TreeT >
bool openvdb::OPENVDB_VERSION_NAME::tools::StaggeredQuadraticSampler::sample |
( |
const TreeT & |
inTree, |
|
|
const Vec3R & |
inCoord, |
|
|
typename TreeT::ValueType & |
result |
|
) |
| |
|
inlinestatic |
Triquadratically reconstruct inTree at inCoord and store the result in result.
- Returns
- true if any one of the sampled values is active.
Definition at line 961 of file Interpolation.h.
template<class TreeT >
TreeT::ValueType openvdb::OPENVDB_VERSION_NAME::tools::StaggeredQuadraticSampler::sample |
( |
const TreeT & |
inTree, |
|
|
const Vec3R & |
inCoord |
|
) |
| |
|
inlinestatic |
Triquadratically reconstruct inTree at to inCoord.
- Returns
- the reconstructed value
Definition at line 982 of file Interpolation.h.
static bool openvdb::OPENVDB_VERSION_NAME::tools::StaggeredQuadraticSampler::staggered |
( |
| ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file: