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

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

Definition at line 479 of file SimilarityTableSet.h.

References mQuids, and Impala::Util::Read().

Referenced by Load().

00480     {
00481         String fName = fileBase + "all_quids.tab";
00482         Core::Table::Read(mQuids, fName, db);
00483     }

Here is the call graph for this function:


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