Jet  v1.3.3
Classes | Namespaces | Typedefs
array_samplers2.h File Reference
#include <jet/array_samplers.h>
#include <jet/array_accessor2.h>
#include <jet/vector2.h>
#include <functional>
#include "detail/array_samplers2-inl.h"

Go to the source code of this file.

Classes

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

Namespaces

 jet
 

Typedefs

template<typename T , typename R >
using jet::NearestArraySampler2 = NearestArraySampler< T, R, 2 >
 Type alias for 2-D nearest array sampler. More...
 
template<typename T , typename R >
using jet::LinearArraySampler2 = LinearArraySampler< T, R, 2 >
 Type alias for 2-D linear array sampler. More...
 
template<typename T , typename R >
using jet::CubicArraySampler2 = CubicArraySampler< T, R, 2 >
 Type alias for 2-D cubic array sampler. More...