Home || Visual Search || Applications || Architecture || 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::Util::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 Thu Jan 13 09:22:00 2011 for ImpalaSrc by  doxygen 1.5.1