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

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

End of a "normal" walk.

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

Definition at line 75 of file IndexFeatures.h.

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

00076     {
00077 #ifndef REPOSITORY_USED // Here comes the deprecated stuff
00078         String fName = is->GetFilePathFeatureIndex(mDef, "", true, false);
00079         if (!fName.empty())
00080             Table::Write(mTable, fName, is->GetDatabase(), true);
00081 #else // REPOSITORY_USED
00082         Persistency::FeatureLocator loc(is->GetLocator(), false, true, "",
00083                                         mDef.AsString(), "");
00084         Persistency::FeatureTableRepository().Add(loc, mTable);
00085 #endif // REPOSITORY_USED
00086     }

Here is the call graph for this function:


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