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

virtual void Impala::Core::ImageSet::MakeQuidLookup::HandleDoneWalk ( ImageSet is  )  [inline, virtual]

End of a "normal" walk.

Reimplemented from Impala::Core::ImageSet::Listener.

Definition at line 62 of file MakeQuidLookup.h.

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

00063     {
00064         String filename = is->GetDatabase()->GetFilePath(".","quidlookup.tab", true, false);
00065         Write(mTable, filename, is->GetDatabase(), true);
00066         delete mTable;
00067     }

Here is the call graph for this function:


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