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

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

End of a "normal" walk.

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

Definition at line 140 of file IndexFeaturesSubset.h.

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

00141     {
00142         String fName = vs->GetFilePathFeatureIndex(mDef, "", true, false);
00143         if (! fName.empty())
00144             Table::Write(mTable, fName, vs->GetDatabase(), true);
00145     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:21:56 2011 for ImpalaSrc by  doxygen 1.5.1