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

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

Definition at line 493 of file SimilarityTableSet.h.

References LoadSim(), and mNames.

Referenced by Load().

00494     {
00495         for (size_t i=0 ; i<mNames.size() ; i++)
00496             LoadSim(i, fileBase, db);
00497     }

Here is the call graph for this function:


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