|
Jet
v1.3.3
|
#include <jet/array_samplers.h>#include <jet/array_accessor1.h>#include <functional>#include "detail/array_samplers1-inl.h"Go to the source code of this file.
Classes | |
| class | jet::NearestArraySampler< T, R, 1 > |
| 1-D nearest array sampler class. More... | |
| class | jet::LinearArraySampler< T, R, 1 > |
| 1-D linear array sampler class. More... | |
| class | jet::CubicArraySampler< T, R, 1 > |
| 1-D cubic array sampler class. More... | |
Namespaces | |
| jet | |
Typedefs | |
| template<typename T , typename R > | |
| using | jet::NearestArraySampler1 = NearestArraySampler< T, R, 1 > |
| Type alias for 1-D nearest array sampler. More... | |
| template<typename T , typename R > | |
| using | jet::LinearArraySampler1 = LinearArraySampler< T, R, 1 > |
| Type alias for 1-D linear array sampler. More... | |
| template<typename T , typename R > | |
| using | jet::CubicArraySampler1 = CubicArraySampler< T, R, 1 > |
| Type alias for 1-D cubic array sampler. More... | |
1.8.18