Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:16:51 2010 for ImpalaSrc by  doxygen 1.5.1