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

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

End of a "normal" walk.

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

Definition at line 57 of file IndexConcepts.h.

References Impala::Core::Table::SimilarityTableSet::ComputeRanks(), mLoc, mSimSet, and Impala::Persistency::SimilarityTableSetLocator::SetInIndex().

00058     {
00059         mSimSet->ComputeRanks(true);
00060         mLoc.SetInIndex(true);
00061         SimilarityTableSetRepository().Add(mLoc, mSimSet);
00062         delete mSimSet;
00063     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:20:00 2011 for ImpalaSrc by  doxygen 1.5.1