9 #ifndef CUBBYFLOW_ARRAY_SAMPLERS_H 10 #define CUBBYFLOW_ARRAY_SAMPLERS_H 21 template <
typename T,
typename R,
size_t N>
25 static_assert(N < 1 || N > 3,
"Not implemented - N should be either 1, 2 or 3.");
35 template <
typename T,
typename R,
size_t N>
39 static_assert(N < 1 || N > 3,
"Not implemented - N should be either 1, 2 or 3.");
49 template <
typename T,
typename R,
size_t N>
53 static_assert(N < 1 || N > 3,
"Not implemented - N should be either 1, 2 or 3.");
Generic N-D nearest array sampler class.
Definition: ArraySamplers.h:22
Definition: pybind11Utils.h:24
Generic N-D cubic array sampler class.
Definition: ArraySamplers.h:50
Generic N-D linear array sampler class.
Definition: ArraySamplers.h:36