OpenVDB  1.1.0
Static Public Member Functions | List of all members
QuadraticSampler Struct Reference

#include <Interpolation.h>

Static Public Member Functions

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)
 Triquadratically reconstruct inTree at inCoord and store the result in result.

Member Function Documentation

static bool consistent ( )
inlinestatic
static bool mipmap ( )
inlinestatic
static const char* name ( )
inlinestatic
static int radius ( )
inlinestatic
bool 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.

The documentation for this struct was generated from the following file: