ArraySamplers3.h File Reference
#include <Core/Array/ArrayAccessor3.h>
#include <Core/Array/ArraySamplers.h>
#include <Core/Vector/Vector3.h>
#include <functional>
#include <Core/Array/ArraySamplers3-Impl.h>
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... | |