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

void Impala::Core::VideoSet::Keyframes::Load (  )  [inline]

Definition at line 307 of file Keyframes.h.

References Impala::Core::Database::RawDataSet::GetDatabase(), Impala::Core::Database::RawDataSet::GetFilePathVideoIndex(), mName, mVidSet, Impala::Core::Table::Read(), and UpdateGroups().

Referenced by Keyframes().

00308     {
00309         String fName = mVidSet->GetFilePathVideoIndex("", mName + ".tab",
00310                                                       false, false);
00311         Read(this, fName, mVidSet->GetDatabase());
00312         UpdateGroups();
00313     }

Here is the call graph for this function:


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