OpenVDB  2.1.0
Static Public Member Functions | List of all members
StaggeredBoxSampler 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)
 Trilinearly reconstruct inTree at inCoord and store the result in result. More...
 

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

Trilinearly reconstruct inTree at inCoord and store the result in result.

Returns
true if any one of the sampled value is active.

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