Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:31:15 2010 for ImpalaSrc by  doxygen 1.5.1