ArraySamplers2.h File Reference
#include <Core/Array/ArrayAccessor2.h>#include <Core/Array/ArraySamplers.h>#include <Core/Vector/Vector2.h>#include <functional>#include <Core/Array/ArraySamplers2-Impl.h>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... | |
1.8.14