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

virtual bool Impala::Core::VideoSet::RgbDataSrcKeyframes::Valid (  )  const [inline, virtual]

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

Definition at line 76 of file RgbDataSrcKeyframes.h.

References mArchive, mKeyframes, and Impala::Core::Array::ImageArchiveFile::Valid().

00077     {
00078         return (mKeyframes != 0) && mArchive->Valid();
00079     }

Here is the call graph for this function:


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