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

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

End of a "normal" walk.

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

Definition at line 88 of file IndexFeatures.h.

References Impala::Core::Feature::FeatureDefinition::AsString(), mDef, mTable, and Impala::Core::Table::Write().

00089     {
00090 #ifndef REPOSITORY_USED // Here comes the deprecated stuff
00091         String fName = vs->GetFilePathFeatureIndex(mDef, "", true, false);
00092         if (! fName.empty())
00093             Table::Write(mTable, fName, vs->GetDatabase(), true);
00094 #else // REPOSITORY_USED
00095         Persistency::FeatureLocator loc(vs->GetLocator(), false, true, "",
00096                                         mDef.AsString(), "");
00097         Persistency::FeatureTableRepository().Add(loc, mTable);
00098 #endif // REPOSITORY_USED
00099     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:29:40 2010 for ImpalaSrc by  doxygen 1.5.1