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

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

End of a "normal" walk.

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

Definition at line 113 of file ImportAudioConcepts.h.

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

00114     {
00115         mSimSet->ComputeRanks(true);
00116         SimilarityTableSetLocator loc(vs->GetLocator(), true, "", mConceptSet,
00117                                       mModel, mFeature, "");
00118         SimilarityTableSetRepository().Add(loc, mSimSet);
00119         delete mSimSet;
00120     }

Here is the call graph for this function:


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