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

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

End of a "normal" walk.

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

Definition at line 86 of file ImportConcepts.h.

References Impala::Core::Table::SimilarityTableSet::ComputeRanks(), mConceptSet, mFeature, mModel, and mSimSet.

00087     {
00088         mSimSet->ComputeRanks(true);
00089         SimilarityTableSetLocator loc(vs->GetLocator(), true, "", mConceptSet,
00090                                       mModel, mFeature, "");
00091         SimilarityTableSetRepository().Add(loc, mSimSet);
00092         delete mSimSet;
00093     }

Here is the call graph for this function:


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