Go to the documentation of this file.
28 #ifndef IMG_FUNCTION_IMPL_H
29 #define IMG_FUNCTION_IMPL_H
34 namespace ost {
namespace img {
namespace detail {
48 virtual Real GetIntpolReal(
const Vec3 &v)
const;
49 virtual Complex GetIntpolComplex(
const Vec3 &v)
const;
58 virtual T Func(
const Vec3 &v)
const = 0;