TBase              71 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<uchar1>  {typedef Ncv8u TBase;};
TBase              72 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<uchar3>  {typedef Ncv8u TBase;};
TBase              73 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<uchar4>  {typedef Ncv8u TBase;};
TBase              74 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<ushort1> {typedef Ncv16u TBase;};
TBase              75 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<ushort3> {typedef Ncv16u TBase;};
TBase              76 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<ushort4> {typedef Ncv16u TBase;};
TBase              77 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<uint1>   {typedef Ncv32u TBase;};
TBase              78 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<uint3>   {typedef Ncv32u TBase;};
TBase              79 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<uint4>   {typedef Ncv32u TBase;};
TBase              80 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<float1>  {typedef Ncv32f TBase;};
TBase              81 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<float3>  {typedef Ncv32f TBase;};
TBase              82 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<float4>  {typedef Ncv32f TBase;};
TBase              83 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<double1> {typedef Ncv64f TBase;};
TBase              84 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<double3> {typedef Ncv64f TBase;};
TBase              85 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<double4> {typedef Ncv64f TBase;};