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

void Impala::Core::VideoSet::Stills::Save ( String  name,
bool  binary 
) [inline]

Definition at line 188 of file Stills.h.

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

Referenced by Impala::Core::VideoSet::ExportStills::HandleDoneWalk().

00189     {
00190         if (!name.empty())
00191             mName = name;
00192         String fName = mVidSet->GetFilePathVideoIndex("", mName + ".tab",
00193                                                       true, false);
00194         Write(this, fName, mVidSet->GetDatabase(), binary);
00195     }

Here is the call graph for this function:


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