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

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

Definition at line 403 of file RgbDataSrc.h.

00404     {
00405         UInt8* theCopy = new UInt8[numBytes];
00406         for (int i = 0; i < numBytes; i++)
00407             theCopy[i] = dP[i];
00408         return theCopy;
00409     }


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