|
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) |
|
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.