TAccPixWeighted   330 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TAccPixWeighted<uchar1> {typedef double1 type;};
TAccPixWeighted   331 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TAccPixWeighted<uchar3> {typedef double3 type;};
TAccPixWeighted   332 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TAccPixWeighted<uchar4> {typedef double4 type;};
TAccPixWeighted   333 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TAccPixWeighted<ushort1> {typedef double1 type;};
TAccPixWeighted   334 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TAccPixWeighted<ushort3> {typedef double3 type;};
TAccPixWeighted   335 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TAccPixWeighted<ushort4> {typedef double4 type;};
TAccPixWeighted   336 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TAccPixWeighted<float1> {typedef double1 type;};
TAccPixWeighted   337 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TAccPixWeighted<float3> {typedef double3 type;};
TAccPixWeighted   338 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TAccPixWeighted<float4> {typedef double4 type;};