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

void Impala::Core::VideoSet::Keyframes::Update ( String  name  )  [inline]

Definition at line 326 of file Keyframes.h.

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

Referenced by Impala::Core::IDash::VideoSetWrapper::Add().

00327     {
00328         if (!name.empty())
00329             mName = name;
00330         String fName = mVidSet->GetFilePathVideoIndex("", mName + ".tab",
00331                                                       true, true);
00332         if (fName.empty())  // try force override thru read
00333             fName = mVidSet->GetFilePathVideoIndex("", mName + ".tab",
00334                                                    false, false);
00335         Write(this, fName, mVidSet->GetDatabase(), true);
00336     }

Here is the call graph for this function:


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