ArraySamplers3.h File Reference

Go to the source code of this file.

Classes

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

Namespaces

 CubbyFlow
 

Typedefs

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