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

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

End of a "normal" walk.

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

Definition at line 96 of file MakeQuidLookup.h.

References mTable, and Impala::Core::Table::Write().

00097     {
00098         String filename = vs->GetDatabase()->GetFilePath(".", "quidlookup.tab", true, false);
00099         Write(mTable, filename, vs->GetDatabase(), true);
00100         delete mTable;
00101     }

Here is the call graph for this function:


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