21 #ifndef mia_3d_interpolator_hh
22 #define mia_3d_interpolator_hh
29 #include <tbb/mutex.h>
50 virtual T operator () (
const C3DFVector& x)
const = 0;
68 CWeightCache(
int kernel_size,
116 CWeightCache create_cache()
const;
158 mutable tbb::mutex m_cache_lock;
228 __attribute__ ((warn_unused_result));
241 __attribute__ ((warn_unused_result));