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

void Impala::Core::IDash::VideoTable::Save ( String  name  )  [inline]

Definition at line 90 of file VideoTable.h.

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

00091     {
00092         if (!name.empty())
00093             mName = name;
00094         String fName = mVidSet->GetFilePathVideoIndex("", mName + ".tab",
00095                                                       true, false);
00096         Write(this, fName, mVidSet->GetDatabase(), true);
00097     }

Here is the call graph for this function:


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