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

void Impala::Core::Stream::RgbDataDstOgl::NextFrame ( unsigned char *  dataPtr  )  [inline, virtual]

Reimplemented from Impala::Core::Stream::RgbDataDst.

Definition at line 33 of file RgbDataDstOgl.h.

References Impala::Core::Stream::RgbDataDst::mImageHeight, and Impala::Core::Stream::RgbDataDst::mImageWidth.

00034     {
00035         if (! dataPtr)
00036         {
00037             std::cout << "RgbDataDstOgl::nextFrame : dataPtr is null" << std::endl;
00038             return;
00039         }
00040         UpdateView(0, dataPtr, mImageWidth, mImageHeight, 1.0);
00041     }


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