ArraySamplers2.h File Reference

Go to the source code of this file.

Classes

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

Namespaces

 CubbyFlow
 

Typedefs

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