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

void Impala::Core::Table::SimilarityTableSet::LoadSims ( CString  fileBase,
Util::Database db 
) [inline]

Definition at line 483 of file SimilarityTableSet.h.

References LoadSim(), and mNames.

Referenced by Load().

00484     {
00485         for (size_t i=0 ; i<mNames.size() ; i++)
00486             LoadSim(i, fileBase, db);
00487     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:21:00 2010 for ImpalaSrc by  doxygen 1.5.1