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

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

00065     {
00066 #ifndef REPOSITORY_USED // Here comes the deprecated stuff
00067         String fName = is->GetFilePathFeatureIndex(mDef, "", true, false);
00068         if (!fName.empty())
00069             Table::Write(mTable, fName, is->GetDatabase(), true);
00070 #else // REPOSITORY_USED
00071         Persistency::FeatureLocator loc(is->GetLocator(), false, true, "",
00072                                         mDef.AsString(), "");
00073         Persistency::FeatureTableRepository().Add(loc, mTable);
00074 #endif // REPOSITORY_USED
00075     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:14:42 2010 for ImpalaSrc by  doxygen 1.5.1