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

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

Definition at line 232 of file Stills.h.

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

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

00233     {
00234         if (!name.empty())
00235             mName = name;
00236         String fName = mVidSet->GetFilePathVideoIndex("", mName + ".tab",
00237                                                       true, false);
00238         Write(this, fName, mVidSet->GetDatabase(), binary);
00239     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:22:14 2011 for ImpalaSrc by  doxygen 1.5.1