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

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

Definition at line 471 of file SimilarityTableSet.h.

References LoadQuids(), LoadRanks(), and LoadSims().

Referenced by MakeFromFile().

00472     {
00473         LoadQuids(fileBase, db);
00474         LoadSims(fileBase, db);
00475         LoadRanks(fileBase, db);
00476     }

Here is the call graph for this function:


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