Jet  v1.3.3
Classes | Namespaces | Typedefs
array_samplers3.h File Reference
#include <jet/array_samplers.h>
#include <jet/array_accessor3.h>
#include <jet/vector3.h>
#include <functional>
#include "detail/array_samplers3-inl.h"

Go to the source code of this file.

Classes

class  jet::NearestArraySampler< T, R, 3 >
 3-D nearest array sampler class. More...
 
class  jet::LinearArraySampler< T, R, 3 >
 2-D linear array sampler class. More...
 
class  jet::CubicArraySampler< T, R, 3 >
 3-D cubic array sampler class. More...
 

Namespaces

 jet
 

Typedefs

template<typename T , typename R >
using jet::NearestArraySampler3 = NearestArraySampler< T, R, 3 >
 Type alias for 3-D nearest array sampler. More...
 
template<typename T , typename R >
using jet::LinearArraySampler3 = LinearArraySampler< T, R, 3 >
 Type alias for 3-D linear array sampler. More...
 
template<typename T , typename R >
using jet::CubicArraySampler3 = CubicArraySampler< T, R, 3 >
 Type alias for 3-D cubic array sampler. More...