OpenVDB  2.1.0
Static Public Member Functions | List of all members
PointSampler Struct Reference

#include <Interpolation.h>

Inherited by TileSampler< PointSampler, TreeT >.

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)
 Sample inTree at the nearest neighbor to 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

Sample inTree at the nearest neighbor to inCoord and store the result in result.

Returns
true if the sampled value is active.

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