Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

Impala::Core::Stream::RgbDataDst::RgbDataDst ( int  dst,
std::string  dstName,
int  imageWidth,
int  imageHeight 
) [inline]

Definition at line 19 of file RgbDataDst.h.

References mDst, mDstName, mImageHeight, and mImageWidth.

00020     {
00021         mDst = dst;
00022         mDstName = dstName;
00023         mImageWidth = imageWidth;
00024         mImageHeight = imageHeight;
00025     }


Generated on Thu Jan 13 09:20:25 2011 for ImpalaSrc by  doxygen 1.5.1