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

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

Start of a "normal" walk.

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

Definition at line 41 of file ImportConcepts.h.

References mConceptSet, and mSimSet.

00042     {
00043         Persistency::KeywordListLocator loc(vs->GetLocator(), mConceptSet);
00044         Table::KeywordList names =
00045             *(Persistency::KeywordListRepository().Get(loc));
00046         mSimSet = new SimilarityTableSet(names, 100);
00047     }


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