Public Member Functions | |
RgbByteToFloatJob (const PixRGB< byte > *in_, const PixRGB< byte > *end_, PixRGB< float > *rgbout_) | |
virtual void | run () |
virtual const char * | jobType () const |
Public Attributes | |
const PixRGB< byte > *const | in |
const PixRGB< byte > *const | end |
PixRGB< float > *const | rgbout |
Definition at line 90 of file InputFrame.C.