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

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

Start of a "normal" walk.

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

Definition at line 55 of file ImportAudioConcepts.h.

References mConceptSet, and mSimSet.

00056     {
00057         Persistency::KeywordListLocator loc(vs->GetLocator(), mConceptSet);
00058         Table::KeywordList names =
00059             *(Persistency::KeywordListRepository().Get(loc));
00060         mSimSet = new SimilarityTableSet(names, 100);
00061     }


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