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

virtual void Impala::Core::VideoSet::SelectFrames::HandleDoneWalk ( VideoSet vs  )  [inline, virtual]

End of a "normal" walk.

Reimplemented from Impala::Core::VideoSet::Listener.

Definition at line 94 of file SelectFrames.h.

References mQuidName, mQuids, and Impala::Core::Table::Write().

00095     {
00096 #ifndef REPOSITORY_USED // Here comes the deprecated stuff
00097         String fName = vs->GetFilePathVideoIndex("", mQuidName, true, false);
00098         if (!fName.empty())
00099             Core::Table::Write(mQuids, fName, vs->GetDatabase(), true);
00100 #else // REPOSITORY_USED
00101         Persistency::QuidTableLocator loc(vs->GetLocator(), "VideoIndex",
00102                                           mQuidName);
00103         Persistency::QuidTableRepository().Add(loc, mQuids);
00104 #endif // REPOSITORY_USED
00105         delete mQuids;
00106     }

Here is the call graph for this function:


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