Field3D
FieldSampler< WrapperVec_T, Dims_T > Struct Template Reference

Interface for sampling a vector of fields of the same type. More...

#include <FieldSampler.h>

Static Public Member Functions

static void getMinMax (const WrapperVec_T &f, const Box3d &wsBounds, float *min, float *max)
 
static void getMinMaxMIP (const WrapperVec_T &f, const Box3d &wsBounds, float *min, float *max)
 
static void sample (const WrapperVec_T &f, const V3d &p, float *value, bool isVs)
 
static void sampleMIP (const WrapperVec_T &f, const V3d &p, const float wsSpotSize, float *value, bool isVs)
 

Detailed Description

template<typename WrapperVec_T, int Dims_T>
struct FieldSampler< WrapperVec_T, Dims_T >

Interface for sampling a vector of fields of the same type.

Definition at line 23 of file FieldSampler.h.

Member Function Documentation

template<typename WrapperVec_T , int Dims_T>
static void FieldSampler< WrapperVec_T, Dims_T >::sample ( const WrapperVec_T &  f,
const V3d p,
float *  value,
bool  isVs 
)
static
template<typename WrapperVec_T , int Dims_T>
static void FieldSampler< WrapperVec_T, Dims_T >::sampleMIP ( const WrapperVec_T &  f,
const V3d p,
const float  wsSpotSize,
float *  value,
bool  isVs 
)
static
template<typename WrapperVec_T , int Dims_T>
static void FieldSampler< WrapperVec_T, Dims_T >::getMinMax ( const WrapperVec_T &  f,
const Box3d wsBounds,
float *  min,
float *  max 
)
static
template<typename WrapperVec_T , int Dims_T>
static void FieldSampler< WrapperVec_T, Dims_T >::getMinMaxMIP ( const WrapperVec_T &  f,
const Box3d wsBounds,
float *  min,
float *  max 
)
static

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