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

UInt8* Impala::Core::Stream::RgbDataSrc::CopyData ( UInt8 dP,
int  numBytes 
) [inline, protected]

Definition at line 383 of file RgbDataSrc.h.

00384     {
00385         UInt8* theCopy = new UInt8[numBytes];
00386         for (int i = 0; i < numBytes; i++)
00387             theCopy[i] = dP[i];
00388         return theCopy;
00389     }


Generated on Fri Mar 19 11:17:09 2010 for ImpalaSrc by  doxygen 1.5.1