Home || Visual Search || Applications || Architecture || 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 99 of file IndexFeatures.h.

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

00100     {
00101 #ifndef REPOSITORY_USED // Here comes the deprecated stuff
00102         String fName = vs->GetFilePathFeatureIndex(mDef, "", true, false);
00103         if (! fName.empty())
00104             Table::Write(mTable, fName, vs->GetDatabase(), true);
00105 #else // REPOSITORY_USED
00106         Persistency::FeatureLocator loc(vs->GetLocator(), false, true, "",
00107                                         mDef.AsString(), "");
00108         Persistency::FeatureTableRepository().Add(loc, mTable);
00109 #endif // REPOSITORY_USED
00110     }

Here is the call graph for this function:


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