Raytrix Light Field SDK  5.0
Rx::RawPixel< TPixel > Struct Template Reference

Detailed Description

template<typename TPixel>
struct Rx::RawPixel< TPixel >

Struct to retrieve the CUDA raw pixel type from our pixel type.

Template Parameters
TPixelThe pixel type.

Public Types

typedef TPixel TRaw
 The raw pixel type of the pixel type. More...
 

Member Typedef Documentation

◆ TRaw

template<typename TPixel >
typedef TPixel Rx::RawPixel< TPixel >::TRaw

The raw pixel type of the pixel type.