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

bool Impala::Core::Stream::RgbDataSrcDX::ReadFrameData (  )  [inline, protected, virtual]

Implements Impala::Core::Stream::RgbDataSrc.

Definition at line 47 of file RgbDataSrcDX.h.

References Impala::Core::Stream::RgbDataSrc::FrameNr(), Impala::Core::Stream::RgbDataSrc::mData, and mSrcHandle.

00048     {
00049         mData = HxDXGetFrame(mSrcHandle, FrameNr());
00050         return true;
00051     }

Here is the call graph for this function:


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