ArraySamplers1.h File Reference
#include <Core/Array/ArrayAccessor1.h>
#include <Core/Array/ArraySamplers.h>
#include <functional>
#include <Core/Array/ArraySamplers1-Impl.h>
Go to the source code of this file.
Classes | |
class | CubbyFlow::NearestArraySampler< T, R, 1 > |
1-D nearest array sampler class. More... | |
class | CubbyFlow::LinearArraySampler< T, R, 1 > |
1-D linear array sampler class. More... | |
class | CubbyFlow::CubicArraySampler< T, R, 1 > |
1-D cubic array sampler class. More... | |
Namespaces | |
CubbyFlow | |
Typedefs | |
template<typename T , typename R > | |
using | CubbyFlow::NearestArraySampler1 = NearestArraySampler< T, R, 1 > |
Type alias for 1-D nearest array sampler. More... | |
template<typename T , typename R > | |
using | CubbyFlow::LinearArraySampler1 = LinearArraySampler< T, R, 1 > |
Type alias for 1-D linear array sampler. More... | |
template<typename T , typename R > | |
using | CubbyFlow::CubicArraySampler1 = CubicArraySampler< T, R, 1 > |
Type alias for 1-D cubic array sampler. More... | |