template struct cv::cudev::IntegerAreaInterPtr
#include <interpolation.hpp> template <typename SrcPtr> struct IntegerAreaInterPtr { // typedefs typedef float index_type; typedef PtrTraits<SrcPtr>::value_type value_type; // fields int area_height; int area_width; SrcPtr src; // methods __device__ PtrTraits<SrcPtr>::value_type operator()( float y, float x ) const; }; // direct descendants template <class SrcPtr> struct IntegerAreaInterPtrSz;